|
Gocator API
|
Represents a data message containing a set of profile arrays.
Inheritance diagram for GoProfileMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| 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... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| 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. |