embeddedlibrary
reusable software modules for embedded systems
subsystem_t Struct Reference

Data Fields

char * name
 
uint8_t log
 
version_t version
 
void(* callback )(int argc, char *argv[])
 callback function to process commands
 

Detailed Description

Subsystem struct to organize name, level, and version for each subsystem.

Note: this struct is kept local to this file since the user should use the following methods to set and update the subsystem information:

See also
SubsystemLogPriority()
SubsystemInit()

Field Documentation

uint8_t log

log setting of subsystem/module

char* name

pointer to name of subsystem/module

version_t version

software version of module


The documentation for this struct was generated from the following file: