FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
probeDestination for the constructed object handle.
nameDescriptive label (e.g. "Hw/Event0/QueueCount").
idHealth stat identifier (or kHEALTH_ID_NULL).
instanceDistinguishes multiple health stats with same id.
initialValueInitial probe value.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.