Owner manual

2-163
IM MX190-01E
MX100 -Visual C++
2
CDAQMXDOData Class
This class stores the DO data of the MX100.
It is a wrapper class of the MXDOData structure.
It is a group of DO data of all the channels.
This class can be used as an interface for storing DO data when retrieving or setting
DO data.
Public Members
Construct/Destruct
CDAQMXDOData Constructs an object.
~CDAQMXDOData Destructs an object.
Structure Manipulation
getMXDOData Gets the data in a structure.
setMXDOData Sets the data in a structure.
initMXDOData Initializes the data in a structure.
Member Data Manipulation
initialize Initializes the data member.
getDOValid Gets Boolean.
getDOONOFF Gets ON/OFF.
setDO Sets the DO data.
setDOONOFF Sets ON/OFF.
Operator
operator= Executes substitution.
Utilities
isObject Checks an object.
Protected Members
Data Members
m_MXDOData Field for storing the DO data.
Member Access
getMXDO Gets the DO data structure for each channel.
Private Members
None.
2.5 Details of the MX100 Class