Class to handle a loose connection between user input and the program logic. (Documentation is not ready yet)

Dependents:   Sensor

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
CommandBaseBase class for every command
CommandHandlerClass that manages the commands
FunctionCommandClass to create a command that points to function
MemberCommand< T >Class to create a command that points to a class member