Cdaqmxaopwmdata class, Public members, Protected members – Yokogawa PC-Based MX100 User Manual

Page 93

Advertising
background image

2-70

IM MX190-01E

CDAQMXAOPWMData Class

This class stores the AO/PWM data of the MX100.
It is a wrapper class of the MXAOPWMData structure.
It is a group of AO/PWM data from all the channels.
Each data can be accessed by PWM data number or AO data number.
This class can be used as an interface for setting and retrieving AO/PWM data.
This class supports the utility that converts the specified output data values and
actual output values.

Public Members

Construct/Destruct

CDAQMXAOPWMData

Constructs an object.

~CDAQMXAOPWMData

Destructs an object.

Structure Manipulation

getMXAOPWMData

Gets the data in a structure.

setMXAOPWMData

Sets the data in a structure.

initMXAOPWMData

Initializes the data in a structure.

Member Data Manipulation

initialize

Initializes the data member.

getAOPWMValid

Gets the Boolean value.

getAOPWMValue

Gets the output data value.

setAOPWM

Sets AO/PWM data.

Operator

operator=

Executes substitution.

Utilities

toAOPWMValue

Converts the output values to output data values.

toRealValue

Converts the output data values to output values.

isObject

Checks an object.

Protected Members

Data Members

m_MXAOPWMData

The AO/PWM data storage field.

Member Access

getMXAOPWM

Gets the AO/PWM data structure for each channel.

2.5 Details of the MX100 Class

Advertising