2private members, Member functions cdaqmxaopwmdata::cdaqmxaopwmdata, Cdaqmxaopwmdata::getaopwmvalid – Yokogawa PC-Based MX100 User Manual

Page 94

Advertising
background image

2-71

IM MX190-01E

MX100 -Visual C++

2

Private Members

None.

Member Functions

CDAQMXAOPWMData::CDAQMXAOPWMData

Syntax

CDAQMXAOPWMData(MXAOPWMData * pMXAOPWMData = NULL);
virtual ~CDAQMXAOPWMData(void);

Parameters

pMXAOPWMData

Specify AO/PWM data.

Description

Constructs or destructs an object.
When constructing, the data member is set to the specified value. If not specified,

the data member is initialized.

Reference

setMXAOPWMData

CDAQMXAOPWMData::getAOPWMValid

Syntax

int getAOPWMValid(int aopwmNo);

Parameters

aopwmNo

Specify the AO/PWM data number.

Description

Gets the Boolean value of the specified data number from the data member.
If it does not exist, Invalid is returned.

Return value

Returns a Boolean value.

Reference

getMXAOPWM

2.5 Details of the MX100 Class

Advertising