28 #ifndef SYSTEM_CORE_INC_KERNEL_OC_MODULEMAN_H_ 29 #define SYSTEM_CORE_INC_KERNEL_OC_MODULEMAN_H_ 38 #define _________________________________________PROTOTYPES_SECTION_________________________________________________________________________ 46 #undef _________________________________________PROTOTYPES_SECTION_________________________________________________________________________ oC_ErrorCode_t oC_ModuleMan_TurnOffModule(const char *Name)
turns off the module
const oC_Module_Registration_t * oC_ModuleMan_GetModuleRegistration(const char *Name)
returns module registration
void oC_ModuleMan_TurnOnAllPossible(void)
turns on all modules that turning on is possible
oC_ErrorCode_t oC_ModuleMan_TurnOnModule(const char *Name)
turns on the module
The file with interface for the module library.
void oC_ModuleMan_TurnOffAllPossible(void)
turns off all possible modules