|
Gocator API
|
Represents a message containing a set of acquisition stamps.
Inheritance diagram for GoStampMsg:Public Member Functions | |
| 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... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| GoStamp * GoStampMsg_At | ( | GoStampMsg | msg, |
| kSize | index | ||
| ) |
Gets the stamp at the specified index.
| msg | Message object. |
| index | Stamp index. |
| kSize GoStampMsg_Count | ( | GoStampMsg | msg | ) |
Returns the number of stamps contained in this message.
| msg | Message object. |
| GoDataSource GoStampMsg_Source | ( | GoStampMsg | msg | ) |
Gets the stamp source.
| msg | Message object. |