Creates an InertialDataPoint object with default, unknown, values
InertialDataPoint( |
| ) |
Creates an InertialDataPoint object
field | The InertialTypes::ChannelField for the data point. |
qualifier | The InertialTypes::ChannelQualifier for the data point. |
storedAsType | The ValueType that represents how the internal data point value is stored. |
value | The value to store. |
valid bool | Whether the data point is flagged as valid (true) or invalid (false). |
The InertialTypes::ChannelField of the data point.
The InertialTypes::ChannelQualifier of the data point.
Whether the data point is valid(true) or invalid(false)
Gets the Channel Field that describes the full MIP "Field" that the data point came in. This is a combination of a MIP "Descriptor ID", and a MIP "Field ID".
The InertialTypes::ChannelField for this data point.
Gets the Channel Qualifier that describes the specific channel for the data point. This, combined with the InertialTypes::ChannelField, is a fully unique identifier for the channel.
The InertialTypes::ChannelQualifier for this data point.
Gets whether the data point is flagged as valid(true) or invalid(false)
true if the data point is valid, false if the data point is invalid
Gets the name of the channel. This is the universal channel name that should be used for uploading to SensorCloud.
The name of the channel.
Error: Unknown channel.
Gets the string representation of the type of this data point
The string representation of the type of this data point
Typedef for a vector of InertialDataPoint objects