Gocator API
|
Represents a message containing a set of acquisition stamps.
Inherits kObject.
Public Member Functions | |
GoStamp * | GoStampMsg_At (GoStampMsg msg, kSize index) |
Gets the stamp at the specified index. More... | |
kSize | GoStampMsg_Count (GoStampMsg msg) |
Count of stamps in this message. More... | |
GoDataSource | GoStampMsg_Source (GoStampMsg msg) |
Gets the stamp source. More... | |
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 | ) |
Count of stamps in this message.
msg | Message object. |
GoDataSource GoStampMsg_Source | ( | GoStampMsg | msg | ) |
Gets the stamp source.
msg | Message object. |