Go to the documentation of this file. 35 #error Do not include preprocessing.h 37 #ifndef _CLI_PREPROCESSING_H_ 38 #define _CLI_PREPROCESSING_H_ 47 #define CLI_NO_NAMESPACE <set to disable namespaces> 52 #define _DEBUG <set to enable debug utilities> 55 #define CLI_ASSERT(a) <set to override default implementation> 60 #define CLI_NO_STL <use inner instead of STL for tk objects> 65 #define CLI_NO_REGEX <set to disable regular expressions> 69 #define CLI_TELNET_INPUT_BUFFER_SIZE <set to adjust telnet input buffer> 75 #define CLI_WIN_NETWORK <set to enable Windows networking> 81 #define CLI_MAX_CLI_REGISTRY_COUNT <adjust constraint> 86 #define CLI_MAX_MENU_PER_CLI <adjust constraint> 91 #define CLI_MAX_CMD_LINE_LENGTH <adjust constraint> 96 #define CLI_MAX_CMD_LINE_WORD_COUNT <adjust constraint> 101 #define CLI_MAX_WORD_LENGTH <adjust constraint> 107 #define CLI_MAX_DEVICE_NAME_LENGTH <adjust constraint> 112 #define CLI_MAX_FILE_PATH_LENGTH <adjust constraint> 117 #define CLI_MAX_IO_MUX_INPUTS <adjust constraint> 122 #define CLI_MAX_WORDS_PER_NODE <adjust constraint> 127 #define CLI_MAX_RESOURCE_LENGTH <adjust constraint> 132 #define CLI_MAX_TRACE_CLASS_COUNT <adjust constraint> 137 #define CLI_MAX_TRACE_CLASS_NAME_LENGTH <adjust constraint> 139 #endif // _CLI_PREPROCESSING_H_