Functions | |
int | getInteger (int index) |
Read integer data from the controller integer data table. Function blocks until data is read. | |
void | getMotomanFbPos (JointData &pos) |
void | getRosFbPos (JointData &pos) |
void | setInteger (int index, int value) |
Write integer data to the controller integer data table. Function blocks until data is written. | |
void | toJointData (MP_FB_PULSE_POS_RSP_DATA &src, JointData &dest) |
void | toMpPosVarData (USHORT posVarIndex, JointData &src, MP_POSVAR_DATA &dest) |
Variables | |
const int | VAR_POLL_TICK_DELAY = 10 |
Number of ticks to delay between. |
int motoman::mp_wrapper::getInteger | ( | int | index | ) |
Read integer data from the controller integer data table. Function blocks until data is read.
index | in data table |
Definition at line 64 of file mp_wrapper.cpp.
void motoman::mp_wrapper::getMotomanFbPos | ( | JointData & | pos | ) |
Definition at line 82 of file mp_wrapper.cpp.
void motoman::mp_wrapper::getRosFbPos | ( | JointData & | pos | ) |
Definition at line 106 of file mp_wrapper.cpp.
void motoman::mp_wrapper::setInteger | ( | int | index, |
int | value | ||
) |
Write integer data to the controller integer data table. Function blocks until data is written.
index | in data table |
value | to write |
Definition at line 48 of file mp_wrapper.cpp.
void motoman::mp_wrapper::toJointData | ( | MP_FB_PULSE_POS_RSP_DATA & | src, |
JointData & | dest | ||
) |
Definition at line 112 of file mp_wrapper.cpp.
void motoman::mp_wrapper::toMpPosVarData | ( | USHORT | posVarIndex, |
JointData & | src, | ||
MP_POSVAR_DATA & | dest | ||
) |
Definition at line 142 of file mp_wrapper.cpp.
const int motoman::mp_wrapper::VAR_POLL_TICK_DELAY = 10 |
Number of ticks to delay between.
Definition at line 57 of file mp_wrapper.h.