iCub-main
|
#include <genericControlBoardDumper.h>
Public Member Functions | |
GetData () | |
virtual bool | getData (double *)=0 |
bool | getStamp (Stamp &) |
void | setStamp (IPreciselyTimed *) |
Definition at line 28 of file genericControlBoardDumper.h.
GetData::GetData | ( | ) |
Definition at line 23 of file genericControlBoardDumper.cpp.
|
pure virtual |
Implemented in GetTemps, GetMotEncs, GetMotSpeeds, GetMotAccs, GetEncs, GetPidRefs, GetSpeeds, GetAccs, GetPosErrs, GetOuts, GetCurrs, GetTrqs, GetControlModes, GetInteractionModes, GetTrqErrs, GetTrqRefs, and GetMotPwm.
bool GetData::getStamp | ( | Stamp & | stmp | ) |
Definition at line 28 of file genericControlBoardDumper.cpp.
void GetData::setStamp | ( | IPreciselyTimed * | iStmp | ) |
Definition at line 41 of file genericControlBoardDumper.cpp.