5.2.15 R4LogicalBoard Class
The R4LogicalBoard class' main role is to provide all common functionality for all R4 logical boards. It opens the boards and gets all the information about the devices. The R4LogicalBoardClass is the base class for all R4 logical boards containing the common attributes.
The R4LogicalBoard
class attributes are described in Table 20.
Refer to the source code for method information.
Table 20. R4LogicalBoard Class Attributes
|
|
|
|
|
| m_boardNumber |
protected |
int |
The board number - used in setting the device names found on the board |
| m_numOfChannelsOnBoard |
protected |
int |
Number of devices available on the board |
| m_boardDevice |
protected |
LINEDEV |
Returned when opening the board by gc_Open( ) and used to get the devices found on it by calling the function ATDV_SUBDEVS( ) and to close the board. |
| m_boardHandleS |
protected |
int |
Returned when opening the board by dx_Open( ) or dt_Open( ) and used to get the devices found on it by calling the function ATDV_SUBDEVS(), and to close the board. |
| m_boardName |
protected |
char |
The board name, e.g., ipmB1 |