|
Gocator API
|
Represents a data message containing a set of range data.
Inheritance diagram for GoRangeMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| k16s * | GoRangeMsg_At (GoRangeMsg msg, kSize index) |
| Gets a pointer to Range data. More... | |
| kSize | GoRangeMsg_Count (GoRangeMsg msg) |
| Gets the count of Range data in this message. More... | |
| k32u | GoRangeMsg_Exposure (GoRangeMsg msg) |
| Gets the exposure. More... | |
| GoDataSource | GoRangeMsg_Source (GoRangeMsg msg) |
| Gets the Range source. More... | |
| k32s | GoRangeMsg_ZOffset (GoRangeMsg msg) |
| Gets the Range z-offset, in micrometers. More... | |
| k32u | GoRangeMsg_ZResolution (GoRangeMsg msg) |
| Gets the Range z-resolution, in nanometers. More... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| k16s * GoRangeMsg_At | ( | GoRangeMsg | msg, |
| kSize | index | ||
| ) |
Gets a pointer to Range data.
| msg | Message object. |
| index | Range array index. |
| kSize GoRangeMsg_Count | ( | GoRangeMsg | msg | ) |
Gets the count of Range data in this message.
| msg | Message object. |
| k32u GoRangeMsg_Exposure | ( | GoRangeMsg | msg | ) |
Gets the exposure.
| msg | Message object. |
| GoDataSource GoRangeMsg_Source | ( | GoRangeMsg | msg | ) |
Gets the Range source.
| msg | Message object. |
| k32s GoRangeMsg_ZOffset | ( | GoRangeMsg | msg | ) |
Gets the Range z-offset, in micrometers.
| msg | Message object. |
| k32u GoRangeMsg_ZResolution | ( | GoRangeMsg | msg | ) |
Gets the Range z-resolution, in nanometers.
| msg | Message object. |