Gocator API
|
Represents a data message containing a set of profile arrays.
Inherits kObject.
Public Member Functions | |
kPoint16s * | GoProfileMsg_At (GoProfileMsg msg, kSize index) |
Gets a pointer to a profile array. More... | |
kSize | GoProfileMsg_Count (GoProfileMsg msg) |
Gets the count of profile arrays in this message. More... | |
k32u | GoProfileMsg_Exposure (GoProfileMsg msg) |
Gets the exposure. More... | |
GoDataSource | GoProfileMsg_Source (GoProfileMsg msg) |
Gets the profile source. More... | |
kSize | GoProfileMsg_Width (GoProfileMsg msg) |
Gets the count of ranges in each profile array. More... | |
k32s | GoProfileMsg_XOffset (GoProfileMsg msg) |
Gets the profile x-offset, in micrometers. More... | |
k32u | GoProfileMsg_XResolution (GoProfileMsg msg) |
Gets the profile x-resolution, in nanometers. More... | |
k32s | GoProfileMsg_ZOffset (GoProfileMsg msg) |
Gets the profile z-offset, in micrometers. More... | |
k32u | GoProfileMsg_ZResolution (GoProfileMsg msg) |
Gets the profile z-resolution, in nanometers. More... | |
kPoint16s * GoProfileMsg_At | ( | GoProfileMsg | msg, |
kSize | index | ||
) |
Gets a pointer to a profile array.
msg | Message object. |
index | Profile array index. |
kSize GoProfileMsg_Count | ( | GoProfileMsg | msg | ) |
Gets the count of profile arrays in this message.
msg | Message object. |
k32u GoProfileMsg_Exposure | ( | GoProfileMsg | msg | ) |
Gets the exposure.
msg | Message object. |
GoDataSource GoProfileMsg_Source | ( | GoProfileMsg | msg | ) |
Gets the profile source.
msg | Message object. |
kSize GoProfileMsg_Width | ( | GoProfileMsg | msg | ) |
Gets the count of ranges in each profile array.
msg | Message object. |
k32s GoProfileMsg_XOffset | ( | GoProfileMsg | msg | ) |
Gets the profile x-offset, in micrometers.
msg | Message object. |
k32u GoProfileMsg_XResolution | ( | GoProfileMsg | msg | ) |
Gets the profile x-resolution, in nanometers.
msg | Message object. |
k32s GoProfileMsg_ZOffset | ( | GoProfileMsg | msg | ) |
Gets the profile z-offset, in micrometers.
msg | Message object. |
k32u GoProfileMsg_ZResolution | ( | GoProfileMsg | msg | ) |
Gets the profile z-resolution, in nanometers.
msg | Message object. |