|
Gocator API
|
Represents health information from a single sensor.
Inherits kObject.
Public Member Functions | |
| GoIndicator * | GoHealthMsg_At (GoHealthMsg msg, kSize index) |
| Gets the health indicator at the specified index. More... | |
| kSize | GoHealthMsg_Count (GoHealthMsg msg) |
| Count of health indicators in this message. More... | |
| GoIndicator * | GoHealthMsg_Find (GoHealthMsg msg, k32u id) |
| Finds the health indicator with the matching ID. More... | |
| GoDataSource | GoHealthMsg_Source (GoHealthMsg msg) |
| Gets the health source. More... | |
| GoIndicator * GoHealthMsg_At | ( | GoHealthMsg | msg, |
| kSize | index | ||
| ) |
Gets the health indicator at the specified index.
| msg | Message object. |
| index | Indicator index. |
| kSize GoHealthMsg_Count | ( | GoHealthMsg | msg | ) |
Count of health indicators in this message.
| msg | Message object. |
| GoIndicator * GoHealthMsg_Find | ( | GoHealthMsg | msg, |
| k32u | id | ||
| ) |
Finds the health indicator with the matching ID.
Returns kNULL if not found.
| msg | Message object. |
| id | Indicator index. |
| GoDataSource GoHealthMsg_Source | ( | GoHealthMsg | msg | ) |
Gets the health source.
| msg | Message object. |