|
| WrenchEffortRecord () |
|
| WrenchEffortRecord (const WrenchEffortRecord &source) |
|
| ~WrenchEffortRecord () |
|
void | copy (WrenchEffortRecord &source) |
|
virtual uint64 | to (system::BufferWriter &dst) const |
| Serializes the contents of this object into the Buffer connected to the provided BufferWriter. More...
|
|
virtual uint64 | from (system::BufferReader &src) |
| Deserializes the contents the Buffer connected to the provided BufferReader into this object. More...
|
|
virtual uint64 | length (void) const |
| Gets the serialized length of this object. More...
|
|
std::string | toXml (unsigned char ojIndentLevel=0) const |
|
void | setPresenceVector (uint16_t value) |
|
uint16_t | getPresenceVector (void) const |
|
bool | isPropulsiveLinearEffortXEnabled (void) const |
|
void | enablePropulsiveLinearEffortX (void) |
|
void | disablePropulsiveLinearEffortX (void) |
|
bool | isPropulsiveLinearEffortYEnabled (void) const |
|
void | enablePropulsiveLinearEffortY (void) |
|
void | disablePropulsiveLinearEffortY (void) |
|
bool | isPropulsiveLinearEffortZEnabled (void) const |
|
void | enablePropulsiveLinearEffortZ (void) |
|
void | disablePropulsiveLinearEffortZ (void) |
|
bool | isPropulsiveRotationalEffortXEnabled (void) const |
|
void | enablePropulsiveRotationalEffortX (void) |
|
void | disablePropulsiveRotationalEffortX (void) |
|
bool | isPropulsiveRotationalEffortYEnabled (void) const |
|
void | enablePropulsiveRotationalEffortY (void) |
|
void | disablePropulsiveRotationalEffortY (void) |
|
bool | isPropulsiveRotationalEffortZEnabled (void) const |
|
void | enablePropulsiveRotationalEffortZ (void) |
|
void | disablePropulsiveRotationalEffortZ (void) |
|
bool | isResistiveLinearEffortXEnabled (void) const |
|
void | enableResistiveLinearEffortX (void) |
|
void | disableResistiveLinearEffortX (void) |
|
bool | isResistiveLinearEffortYEnabled (void) const |
|
void | enableResistiveLinearEffortY (void) |
|
void | disableResistiveLinearEffortY (void) |
|
bool | isResistiveLinearEffortZEnabled (void) const |
|
void | enableResistiveLinearEffortZ (void) |
|
void | disableResistiveLinearEffortZ (void) |
|
bool | isResistiveRotationalEffortXEnabled (void) const |
|
void | enableResistiveRotationalEffortX (void) |
|
void | disableResistiveRotationalEffortX (void) |
|
bool | isResistiveRotationalEffortYEnabled (void) const |
|
void | enableResistiveRotationalEffortY (void) |
|
void | disableResistiveRotationalEffortY (void) |
|
bool | isResistiveRotationalEffortZEnabled (void) const |
|
void | enableResistiveRotationalEffortZ (void) |
|
void | disableResistiveRotationalEffortZ (void) |
|
double | getPropulsiveLinearEffortX_percent (void) |
|
bool | setPropulsiveLinearEffortX_percent (double value) |
|
double | getPropulsiveLinearEffortY_percent (void) |
|
bool | setPropulsiveLinearEffortY_percent (double value) |
|
double | getPropulsiveLinearEffortZ_percent (void) |
|
bool | setPropulsiveLinearEffortZ_percent (double value) |
|
double | getPropulsiveRotationalEffortX_percent (void) |
|
bool | setPropulsiveRotationalEffortX_percent (double value) |
|
double | getPropulsiveRotationalEffortY_percent (void) |
|
bool | setPropulsiveRotationalEffortY_percent (double value) |
|
double | getPropulsiveRotationalEffortZ_percent (void) |
|
bool | setPropulsiveRotationalEffortZ_percent (double value) |
|
double | getResistiveLinearEffortX_percent (void) |
|
bool | setResistiveLinearEffortX_percent (double value) |
|
double | getResistiveLinearEffortY_percent (void) |
|
bool | setResistiveLinearEffortY_percent (double value) |
|
double | getResistiveLinearEffortZ_percent (void) |
|
bool | setResistiveLinearEffortZ_percent (double value) |
|
double | getResistiveRotationalEffortX_percent (void) |
|
bool | setResistiveRotationalEffortX_percent (double value) |
|
double | getResistiveRotationalEffortY_percent (void) |
|
bool | setResistiveRotationalEffortY_percent (double value) |
|
double | getResistiveRotationalEffortZ_percent (void) |
|
bool | setResistiveRotationalEffortZ_percent (double value) |
|
| Record () |
|
virtual | ~Record () |
|
const std::vector< Field *> & | getFields () const |
| Accessor to get the value of fields. More...
|
|
bool | setFields (const Field &fields) |
| Accessor to set value of fields. More...
|
|
virtual std::string | toString () const |
|
virtual | ~ComplexField () |
|
| Field () |
|
virtual | ~Field () |
|
std::string | getName () const |
| Accessor to get the value of name. More...
|
|
bool | setName (std::string name) |
| Accessor to set value of name. More...
|
|
| Transportable () |
|
virtual | ~Transportable () |
|