FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kFsLib.h
Go to the documentation of this file.
1 
7 #ifndef K_FIRESYNC_LIB_H
8 #define K_FIRESYNC_LIB_H
9 
10 #include <kFireSync/kFsDef.h>
11 
12 kBeginHeader()
13 
14 
26 kFsFx(kStatus) kFsLib_Construct(kAssembly* assembly);
27 
40 kFsFx(void) kFsLib_EnableDefaultHealthProvider(kBool enable);
41 
60 
67 
68 kEndHeader()
69 
70 #include <kFireSync/kFsLib.x.h>
71 
72 #endif
kHealth kFsLib_HealthProvider()
Gets the global health provider, if it exists.
Base class for a health statistics collection service.
Essential API declarations for the kFireSync library.
kStatus kFsLib_Construct(kAssembly *assembly)
Constructs the FireSync API type assembly.
void kFsLib_EnableDefaultHealthProvider(kBool enable)
Enables automatic creation of a global health provider for the process.
kStatus kFsLib_SetHealthProvider(kHealth provider)
Sets the global health provider.