|
FireSync API
|
| kStatus kHealthProbe_Construct | ( | kHealthProbe * | probe, |
| const kChar * | name, | ||
| k32u | id, | ||
| k32u | instance, | ||
| k64s | initialValue, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kHealthProbe object attached to the default health provider.
| probe | Destination for the constructed object handle. |
| name | Descriptive label (e.g. "Hw/Event0/QueueCount"). |
| id | Health stat identifier (or kHEALTH_ID_NULL). |
| instance | Distinguishes multiple health stats with same id. |
| initialValue | Initial probe value. |
| allocator | Memory allocator (or kNULL for default). |