|
FireSync API
|
| kStatus kHealthProbe_Construct | ( | kHealthProbe * | probe, |
| const kChar * | name, | ||
| k32u | id, | ||
| k32u | instance, | ||
| k64s | initialValue, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kHealthProbe object with default provider and options.
Health probes created with this constructor will be configured for steaming only (kHEALTH_OPTION_STREAM). Refer to the kHealthProbe class summary for more information on construction options.
| 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). |