#include <cvt_board_commons.h>
Data Fields | |
int | m_command_id |
The command identifier. | |
PCSTR | m_command_name |
The command name. | |
UINT16 | m_register_address |
The board relative register address (if applicable, -1 elsewhere). | |
CVDataWidth | m_data_width |
The VME data width (if applicable, -1 elsewhere). | |
CVAddressModifier | m_address_modifier |
The VME address modifier (if applicable, -1 elsewhere). |
This is the structure of each the commands table entry. Specific boards inherit a common cammand table and typically define a private one.
Definition at line 55 of file cvt_board_commons.h.