An Inertial Data Packet that contains both valid and invalid data from an Inertial Device.
Creates a default constructed InertialDataPacket
explicit InertialDataPacket( |
| ) |
Creates an InertialDataPacket object
packet const InertialPacket& | The InertialPacket that was found to be an InertialDataPacket |
The InertialDataFields that are contained within this packet
Parses the passed in InertialPacket for all the field information and adds a data field to the InertialDataFields container Also parses out all the InertialDataPoints in the fields that were created and adds them to m_points
void parsePointsInField( |
| ) |
Parses an InertialDataField for InertialDataPoints and puts them into m_points
field const InertialDataField& | The InertialDataField to parse for data points |
Gets all the InertialDataPoints that are contained within this packet
The InertialDataPoints that are contained within this packet
Typedef for a vector of InertialDataPacket objects.