#include <cvt_board_commons.h>
Data Fields | |
char | m_command_name [CVT_BOARD_COMMAND_LEN] |
Command name. | |
char | m_value [CVT_BOARD_MAX_VALUES][CVT_BOARD_VALUE_LEN] |
Command values. | |
char | m_comment [CVT_BOARD_COMMENT_LEN] |
Line comment. |
This structure holds a command token. You can specify a symbolic command name, values and optional description. This is useful when tokenizing data from text input stream (e.g. text file). The token can be executed by cvt_board_exec_token or equivalent API from specific boards
Definition at line 107 of file cvt_board_commons.h.