Gocator API
|
Represents a data message containing a set of range data.
Inherits kObject.
Public Member Functions | |
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... | |
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. |