AceRoutine  0.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
Public Attributes | List of all members
ace_routine::cli::DispatchRecordC Struct Reference

A record of the command name and its handler. More...

#include <CommandDispatcher.h>

Public Attributes

const CommandHandler command
 
const char * name
 
const char * helpString
 

Detailed Description

A record of the command name and its handler.

The helpString is the "usage" string, excluding the name of the command itself to save space. The name of the command will be automatically added by the 'help command' handler.

Definition at line 44 of file CommandDispatcher.h.


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