Commander-API  V2.0.0
Commander-API is a C++ API, that parses character based commands.
Commander-Settings.hpp File Reference

Go to the source code of this file.

Macros

#define COMMANDER_MAX_COMMAND_SIZE   30
 Maximum length of the terminal command. More...
 
#define COMMAND_PRINTF_BUFF_LEN   100
 printf function buffer length More...
 

Macro Definition Documentation

◆ COMMAND_PRINTF_BUFF_LEN

#define COMMAND_PRINTF_BUFF_LEN   100

printf function buffer length

If you use printf function the maximumlength of the message( including the termination '\0' character ) must be less or equal with COMMAND_PRINTF_BUFF_LEN.

◆ COMMANDER_MAX_COMMAND_SIZE

#define COMMANDER_MAX_COMMAND_SIZE   30

Maximum length of the terminal command.