Cdaqmx100::getclassmxaopwmlist, Cdaqmx100::getclassmxbalancelist, Cdaqmx100::getclassmxdatabuffer – Yokogawa PC-Based MX100 User Manual
Page 594: Cdaqmx100::getclassmxdolist

12-30
IM MX190-01E
CDAQMX100::getClassMXAOPWMList
Syntax
CDAQMXAOPWMList & getClassMXAOPWMList(void);
Description
Gets the object of the AO/PWM data management field from the data member.
Return value
Returns a reference to the object.
CDAQMX100::getClassMXBalanceList
Syntax
CDAQMXBalanceList & getClassMXBalanceList(void);
Description
Gets the object of the initial balance data management field from the data member.
Return value
Returns a reference to the object.
CDAQMX100::getClassMXDataBuffer
Syntax
CDAQMXDataBuffer * getClassMXDataBuffer(int chNo);
Parameters
chNo
Specify the channel number.
Description
Gets the field for storing measured data by channel from the data member by object.
Returns the object of the specified specified channel number.
Returns NULL if it does not exist.
Return value
Returns a pointer to the object.
CDAQMX100::getClassMXDOList
Syntax
CDAQMXDOList & getClassMXDOList(void);
Description
Gets the object of the DO data management field from the data member.
Return value
Returns a reference to the object.
12.4 Details of the MX100 Class