2protected members, Private members, Cdaqmxoutputdata::geterrorchoice – Yokogawa PC-Based MX100 User Manual
Page 198
![background image](/manuals/360310/198/background.png)
2-175
IM MX190-01E
MX100 -Visual C++
2
Protected Members
Data Members
m_MXOutputData
Field for storing the output channel data.
Member Access
getMXOutput
Gets the output channel data structure for each
channel.
Private Members
None.
Member Functions (Alphabetical Order)
CDAQMXOutputData::CDAQMXOutputData
Syntax
CDAQMXOutputData(MXOutputData * pMXOutputData = NULL);
virtual ~CDAQMXOutputData(void);
Parameters
pMXOutputData Specify the output channel data.
Description
Constructs or destructs an object.
When constructing, the data member is set to the specified value. If the specification
is omitted, the data member is initialized.
Reference
setMXOutputData
CDAQMXOutputData::getErrorChoice
Syntax
int getErrorChoice(int outputNo);
Parameters
outputNo
Specify the output channel data number.
Description
Gets the selected value when an error occurs of the specified data number from the
data member.
If it does not exist, “Previous value” is returned.
Return value
Returns the selected value.
Reference
getMXOutput
2.5 Details of the MX100 Class