iCub-main
|
#include <yarp/os/Vocab.h>
Go to the source code of this file.
Macros | |
#define | IKINCARTCTRL_VOCAB_CMD_GET yarp::os::createVocab32('g','e','t') |
#define | IKINCARTCTRL_VOCAB_CMD_SET yarp::os::createVocab32('s','e','t') |
#define | IKINCARTCTRL_VOCAB_CMD_ASK yarp::os::createVocab32('a','s','k') |
#define | IKINCARTCTRL_VOCAB_CMD_STORE yarp::os::createVocab32('s','t','o','r') |
#define | IKINCARTCTRL_VOCAB_CMD_RESTORE yarp::os::createVocab32('r','e','s','t') |
#define | IKINCARTCTRL_VOCAB_CMD_DELETE yarp::os::createVocab32('d','e','l') |
#define | IKINCARTCTRL_VOCAB_CMD_GO yarp::os::createVocab32('g','o') |
#define | IKINCARTCTRL_VOCAB_CMD_TASKVEL yarp::os::createVocab32('t','v','e','l') |
#define | IKINCARTCTRL_VOCAB_CMD_STOP yarp::os::createVocab32('s','t','o','p') |
#define | IKINCARTCTRL_VOCAB_CMD_EVENT yarp::os::createVocab32('e','v','e','n') |
#define | IKINCARTCTRL_VOCAB_OPT_MODE yarp::os::createVocab32('m','o','d','e') |
#define | IKINCARTCTRL_VOCAB_OPT_REFERENCE yarp::os::createVocab32('r','e','f','e') |
#define | IKINCARTCTRL_VOCAB_OPT_PRIO yarp::os::createVocab32('p','r','i','o') |
#define | IKINCARTCTRL_VOCAB_OPT_TIME yarp::os::createVocab32('t','i','m','e') |
#define | IKINCARTCTRL_VOCAB_OPT_TOL yarp::os::createVocab32('t','o','l') |
#define | IKINCARTCTRL_VOCAB_OPT_DOF yarp::os::createVocab32('d','o','f') |
#define | IKINCARTCTRL_VOCAB_OPT_REST_POS yarp::os::createVocab32('r','e','s','p') |
#define | IKINCARTCTRL_VOCAB_OPT_REST_WEIGHTS yarp::os::createVocab32('r','e','s','w') |
#define | IKINCARTCTRL_VOCAB_OPT_DES yarp::os::createVocab32('d','e','s') |
#define | IKINCARTCTRL_VOCAB_OPT_LIM yarp::os::createVocab32('l','i','m') |
#define | IKINCARTCTRL_VOCAB_OPT_XD yarp::os::createVocab32('x','d') |
#define | IKINCARTCTRL_VOCAB_OPT_X yarp::os::createVocab32('x') |
#define | IKINCARTCTRL_VOCAB_OPT_Q yarp::os::createVocab32('q') |
#define | IKINCARTCTRL_VOCAB_OPT_XDOT yarp::os::createVocab32('x','d','o','t') |
#define | IKINCARTCTRL_VOCAB_OPT_QDOT yarp::os::createVocab32('q','d','o','t') |
#define | IKINCARTCTRL_VOCAB_OPT_TIP_FRAME yarp::os::createVocab32('t','i','p') |
#define | IKINCARTCTRL_VOCAB_OPT_MOTIONDONE yarp::os::createVocab32('d','o','n','e') |
#define | IKINCARTCTRL_VOCAB_OPT_ISSOLVERON yarp::os::createVocab32('i','s','o','n') |
#define | IKINCARTCTRL_VOCAB_OPT_POSE yarp::os::createVocab32('p','o','s','e') |
#define | IKINCARTCTRL_VOCAB_OPT_INFO yarp::os::createVocab32('i','n','f','o') |
#define | IKINCARTCTRL_VOCAB_OPT_TWEAK yarp::os::createVocab32('t','w','e','a') |
#define | IKINCARTCTRL_VOCAB_OPT_REGISTER yarp::os::createVocab32('r','e','g','i') |
#define | IKINCARTCTRL_VOCAB_OPT_UNREGISTER yarp::os::createVocab32('u','n','r','e') |
#define | IKINCARTCTRL_VOCAB_OPT_LIST yarp::os::createVocab32('l','i','s','t') |
#define | IKINCARTCTRL_VOCAB_VAL_POSE_FULL yarp::os::createVocab32('f','u','l','l') |
#define | IKINCARTCTRL_VOCAB_VAL_POSE_XYZ yarp::os::createVocab32('x','y','z') |
#define | IKINCARTCTRL_VOCAB_VAL_MODE_TRACK yarp::os::createVocab32('c','o','n','t') |
#define | IKINCARTCTRL_VOCAB_VAL_MODE_SINGLE yarp::os::createVocab32('s','h','o','t') |
#define | IKINCARTCTRL_VOCAB_VAL_TRUE yarp::os::createVocab32('t','r','u','e') |
#define | IKINCARTCTRL_VOCAB_VAL_FALSE yarp::os::createVocab32('f','a','l','s') |
#define | IKINCARTCTRL_VOCAB_VAL_EVENT_ONGOING yarp::os::createVocab32('o','g','o','i') |
#define | IKINCARTCTRL_VOCAB_REP_ACK yarp::os::createVocab32('a','c','k') |
#define | IKINCARTCTRL_VOCAB_REP_NACK yarp::os::createVocab32('n','a','c','k') |
#define IKINCARTCTRL_VOCAB_CMD_ASK yarp::os::createVocab32('a','s','k') |
Definition at line 26 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_DELETE yarp::os::createVocab32('d','e','l') |
Definition at line 29 of file CommonCartesianController.h.
Definition at line 33 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_GET yarp::os::createVocab32('g','e','t') |
Definition at line 24 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_GO yarp::os::createVocab32('g','o') |
Definition at line 30 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_RESTORE yarp::os::createVocab32('r','e','s','t') |
Definition at line 28 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_SET yarp::os::createVocab32('s','e','t') |
Definition at line 25 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_STOP yarp::os::createVocab32('s','t','o','p') |
Definition at line 32 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_STORE yarp::os::createVocab32('s','t','o','r') |
Definition at line 27 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_CMD_TASKVEL yarp::os::createVocab32('t','v','e','l') |
Definition at line 31 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_DES yarp::os::createVocab32('d','e','s') |
Definition at line 42 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_DOF yarp::os::createVocab32('d','o','f') |
Definition at line 39 of file CommonCartesianController.h.
Definition at line 53 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_ISSOLVERON yarp::os::createVocab32('i','s','o','n') |
Definition at line 51 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_LIM yarp::os::createVocab32('l','i','m') |
Definition at line 43 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_LIST yarp::os::createVocab32('l','i','s','t') |
Definition at line 57 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_MODE yarp::os::createVocab32('m','o','d','e') |
Definition at line 34 of file CommonCartesianController.h.
Definition at line 50 of file CommonCartesianController.h.
Definition at line 52 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_PRIO yarp::os::createVocab32('p','r','i','o') |
Definition at line 36 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_Q yarp::os::createVocab32('q') |
Definition at line 46 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_QDOT yarp::os::createVocab32('q','d','o','t') |
Definition at line 48 of file CommonCartesianController.h.
Definition at line 35 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_REGISTER yarp::os::createVocab32('r','e','g','i') |
Definition at line 55 of file CommonCartesianController.h.
Definition at line 40 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_REST_WEIGHTS yarp::os::createVocab32('r','e','s','w') |
Definition at line 41 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_TIME yarp::os::createVocab32('t','i','m','e') |
Definition at line 37 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_TIP_FRAME yarp::os::createVocab32('t','i','p') |
Definition at line 49 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_TOL yarp::os::createVocab32('t','o','l') |
Definition at line 38 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_TWEAK yarp::os::createVocab32('t','w','e','a') |
Definition at line 54 of file CommonCartesianController.h.
Definition at line 56 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_X yarp::os::createVocab32('x') |
Definition at line 45 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_XD yarp::os::createVocab32('x','d') |
Definition at line 44 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_OPT_XDOT yarp::os::createVocab32('x','d','o','t') |
Definition at line 47 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_REP_ACK yarp::os::createVocab32('a','c','k') |
Definition at line 65 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_REP_NACK yarp::os::createVocab32('n','a','c','k') |
Definition at line 66 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_EVENT_ONGOING yarp::os::createVocab32('o','g','o','i') |
Definition at line 64 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_FALSE yarp::os::createVocab32('f','a','l','s') |
Definition at line 63 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_MODE_SINGLE yarp::os::createVocab32('s','h','o','t') |
Definition at line 61 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_MODE_TRACK yarp::os::createVocab32('c','o','n','t') |
Definition at line 60 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_POSE_FULL yarp::os::createVocab32('f','u','l','l') |
Definition at line 58 of file CommonCartesianController.h.
Definition at line 59 of file CommonCartesianController.h.
#define IKINCARTCTRL_VOCAB_VAL_TRUE yarp::os::createVocab32('t','r','u','e') |
Definition at line 62 of file CommonCartesianController.h.