Public Attributes | |
void * | libraryHandle |
void * | moduleContext |
pfnModuleCreate | pfnCreate |
pfnModuleDestroy | pfnDestroy |
LPMODULE_FN_ARRAY | pFnArray |
pthread_mutex_t | mtxModule |
Definition at line 161 of file module.h.
|
Handle of the module in memory Definition at line 164 of file module.h. Referenced by moduleInit(). |
|
Data supplied by the module used for context Definition at line 167 of file module.h. Referenced by moduleInit(), and moduleRender(). |
|
Mutex used to serialise communications with the module Definition at line 179 of file module.h. Referenced by moduleGetFanPower(), and moduleInit(). |
|
Performs the initial creation of the module Definition at line 170 of file module.h. Referenced by moduleInit(). |
|
Performs the shutdown of the module Definition at line 173 of file module.h. Referenced by moduleInit(). |