|
SmartBar
|
Structure for storing commands. More...
#include <cli.h>
Data Fields | |
| char | cmdName [ARG_LENGTH] |
| void(* | function )(void) |
| CommandArgs | args [CMD_VCTR_SIZE] |
Structure for storing commands.
This structure stores the name of the command, the function to be executed and the arguments of the command.
| cmdName | Name of the command |
| function | Function to be executed |
| args | Arguments of the command |