Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoMeasurementMsg Class Reference

Description

Represents a message containing a set of GoMeasurementData.

+ Inheritance diagram for GoMeasurementMsg:

Public Member Functions

GoDataMessageType GoDataMsg_Type (GoDataMsg message)
 Returns the message type for a data channel message given in a GoDataSet. More...
 
GoMeasurementDataGoMeasurementMsg_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...
 

Member Function Documentation

GoDataMessageType GoDataMsg_Type ( GoDataMsg  message)
inherited

Returns the message type for a data channel message given in a GoDataSet.

Parameters
messageA data channel message.
Returns
A GoDataMessageType value.
GoMeasurementData * GoMeasurementMsg_At ( GoMeasurementMsg  msg,
kSize  index 
)

Gets the measurement at the specified index.

Parameters
msgMessage object.
indexMeasurement index.
Returns
Measurement pointer.
kSize GoMeasurementMsg_Count ( GoMeasurementMsg  msg)

Count of measurements in this message.

Parameters
msgMessage object.
Returns
Count of measurements.
k16u GoMeasurementMsg_Id ( GoMeasurementMsg  msg)

Gets the measurement identifier.

Parameters
msgMessage object.
Returns
Measurement identifier.

The documentation for this class was generated from the following file: