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 GetMotPwm, GetTrqRefs, GetTrqErrs, GetInteractionModes, GetControlModes, GetTrqs, GetCurrs, GetOuts, GetPosErrs, GetAccs, GetSpeeds, GetPidRefs, GetEncs, GetMotAccs, GetMotSpeeds, GetMotEncs, and GetTemps.
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.