|
Gocator API
|
Represents a message containing a set of acquisition stamps.

Public Member Functions | |
| kStatus | GoDataMsg_SetStreamStep (GoDataMsg message, GoDataStep streamStep) |
| Sets the source of the data stream. More... | |
| kStatus | GoDataMsg_SetStreamStepId (GoDataMsg message, k32s streamStepId) |
| Sets the identifier of the data stream from the source. More... | |
| GoDataStep | GoDataMsg_StreamStep (GoDataMsg message) |
| Gets the source of the data stream. More... | |
| k32s | GoDataMsg_StreamStepId (GoDataMsg message) |
| Gets the identifier of the data stream from the source. More... | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| GoStamp * | GoStampMsg_At (GoStampMsg msg, kSize index) |
| Gets the stamp at the specified index. More... | |
| kSize | GoStampMsg_Count (GoStampMsg msg) |
| Returns the number of stamps contained in this message. More... | |
| GoDataSource | GoStampMsg_Source (GoStampMsg msg) |
| Gets the stamp source. More... | |