iCub-main
|
#include <yarp/os/Vocab.h>
#include <string>
Go to the source code of this file.
Classes | |
class | WorldOpDatum |
class | WorldOpName |
class | WorldOpFlag |
class | WorldOpIndex |
class | WorldOpScalar |
class | WorldOpTriplet |
class | WorldOp |
class | WorldResult |
Enumerations | |
enum | WORLD_OP { WORLD_OP_NULL , WORLD_OP_GET = yarp::os::createVocab32('g','e','t') , WORLD_OP_SET = yarp::os::createVocab32('s','e','t') , WORLD_OP_MK = yarp::os::createVocab32('m','k') , WORLD_OP_GRAB = yarp::os::createVocab32('g','r','a','b') , WORLD_OP_ROT = yarp::os::createVocab32('r','o','t') , WORLD_OP_DEL = yarp::os::createVocab32('d','e','l') , WORLD_OP_COL = yarp::os::createVocab32('c','o','l') , WORLD_OP_NUM = yarp::os::createVocab32('n','u','m') } |