|
Gocator API
|
Represents a data message containing a set of range intensity data.
Inheritance diagram for GoRangeIntensityMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| k8u * | GoRangeIntensityMsg_At (GoRangeIntensityMsg msg, kSize index) |
| Gets a pointer to range intensity data. More... | |
| kSize | GoRangeIntensityMsg_Count (GoRangeIntensityMsg msg) |
| Gets the count of range intensity data in this message. More... | |
| k32u | GoRangeIntensityMsg_Exposure (GoRangeIntensityMsg msg) |
| Gets the exposure. More... | |
| GoDataSource | GoRangeIntensityMsg_Source (GoRangeIntensityMsg msg) |
| Gets the range intensity source. More... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| k8u * GoRangeIntensityMsg_At | ( | GoRangeIntensityMsg | msg, |
| kSize | index | ||
| ) |
Gets a pointer to range intensity data.
| msg | Message object. |
| index | Range intensity array index. |
| kSize GoRangeIntensityMsg_Count | ( | GoRangeIntensityMsg | msg | ) |
Gets the count of range intensity data in this message.
| msg | Message object. |
| k32u GoRangeIntensityMsg_Exposure | ( | GoRangeIntensityMsg | msg | ) |
Gets the exposure.
| msg | Message object. |
| GoDataSource GoRangeIntensityMsg_Source | ( | GoRangeIntensityMsg | msg | ) |
Gets the range intensity source.
| msg | Message object. |