SmartBar
Loading...
Searching...
No Matches
CommandVector Struct Reference

Structure for storing commands. More...

#include <cli.h>

Data Fields

char cmdName [ARG_LENGTH]
 
void(* function )(void)
 
CommandArgs args [CMD_VCTR_SIZE]
 

Detailed Description

Structure for storing commands.

This structure stores the name of the command, the function to be executed and the arguments of the command.

Parameters
cmdNameName of the command
functionFunction to be executed
argsArguments of the command

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