CommandProcessing Namespace Reference

Classes

struct  CommandDef
 Command definition stored by handler. More...
 
class  Command
 Command delegate class. More...
 
class  Handler
 Command handler class. More...
 

Enumerations

enum class  StringIndex { name , help , group }
 

Functions

void enable (Handler &commandHandler, HardwareSerial &serial)
 

Variables

constexpr size_t MAX_COMMANDSIZE = 64
 

Enumeration Type Documentation

◆ StringIndex

Enumerator
name 
help 
group 

Function Documentation

◆ enable()

void CommandProcessing::enable ( Handler commandHandler,
HardwareSerial serial 
)

Variable Documentation

◆ MAX_COMMANDSIZE

constexpr size_t CommandProcessing::MAX_COMMANDSIZE = 64
constexpr