Gocator API
|
Represents a message containing a set of measurements.
Inherits kObject.
Public Member Functions | |
GoMeasurementData * | GoMeasurementMsg_At (GoMeasurementMsg msg, kSize index) |
Gets the measurement at the specified index. More... | |
kSize | GoMeasurementMsg_Count (GoMeasurementMsg msg) |
Count of measurements in this message. More... | |
k16u | GoMeasurementMsg_Id (GoMeasurementMsg msg) |
Gets the measurement identifier. More... | |
GoMeasurementData * GoMeasurementMsg_At | ( | GoMeasurementMsg | msg, |
kSize | index | ||
) |
Gets the measurement at the specified index.
msg | Message object. |
index | Measurement index. |
kSize GoMeasurementMsg_Count | ( | GoMeasurementMsg | msg | ) |
Count of measurements in this message.
msg | Message object. |
k16u GoMeasurementMsg_Id | ( | GoMeasurementMsg | msg | ) |
Gets the measurement identifier.
msg | Message object. |