iCub-main
|
#include <CanBusInertialMTB.h>
Public Attributes | |
unsigned short | boardId |
double | accTimeStamp |
double | gyroTimeStamp |
unsigned char | enabledSensors |
unsigned char | sensorPeriod |
bool | enabledGyro |
unsigned int | nrOfChannels |
6 if extAccAndGyro, 3 if acc More... | |
unsigned int | vectorOffset |
offset of the board data in the output vector More... | |
Definition at line 25 of file CanBusInertialMTB.h.
double MTBInertialBoardInfo::accTimeStamp |
Definition at line 28 of file CanBusInertialMTB.h.
unsigned short MTBInertialBoardInfo::boardId |
Definition at line 27 of file CanBusInertialMTB.h.
bool MTBInertialBoardInfo::enabledGyro |
Definition at line 32 of file CanBusInertialMTB.h.
unsigned char MTBInertialBoardInfo::enabledSensors |
Definition at line 30 of file CanBusInertialMTB.h.
double MTBInertialBoardInfo::gyroTimeStamp |
Definition at line 29 of file CanBusInertialMTB.h.
unsigned int MTBInertialBoardInfo::nrOfChannels |
6 if extAccAndGyro, 3 if acc
Definition at line 33 of file CanBusInertialMTB.h.
unsigned char MTBInertialBoardInfo::sensorPeriod |
Definition at line 31 of file CanBusInertialMTB.h.
unsigned int MTBInertialBoardInfo::vectorOffset |
offset of the board data in the output vector
Definition at line 34 of file CanBusInertialMTB.h.