cvt_board_token Struct Reference

A command token. More...

#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.


Detailed Description

A command token.

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

See also:
cvt_board_exec_token

Definition at line 107 of file cvt_board_commons.h.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 8 18:06:28 2006 for CAEVMEToolLib by  doxygen 1.4.6-NO