DCMActuator defines a generic actuator which commands are communicated through the DCM. More...
#include <alrobotmodel.h>
Public Member Functions | |
DCMActuator (class DCMActuatorImpl *impl) | |
private constructor. | |
DCMActuator (const DCMActuator &other) | |
copy constructor. | |
~DCMActuator () | |
destructor | |
const std::vector< std::string > & | dcmKeys () const |
returns a vector of the strings in the DCM concerning this actuator. | |
virtual int | bufferSize () const =0 |
returns the maximum size of the buffer of a measure from the DCMActuator in bits. |
DCMActuator defines a generic actuator which commands are communicated through the DCM.
Definition at line 626 of file alrobotmodel.h.