embeddedlibrary
reusable software modules for embedded systems
|
Data Fields | |
char * | name |
uint8_t | log |
version_t | version |
void(* | callback )(int argc, char *argv[]) |
callback function to process commands | |
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:
uint8_t log |
log setting of subsystem/module
char* name |
pointer to name of subsystem/module
version_t version |
software version of module