2cdaqmxchconfigdata::getclassmxchconfig, Cdaqmxchconfigdata::getitemerror, Cdaqmxchconfigdata::getmxchconfigdata – Yokogawa PC-Based MX100 User Manual

Page 132: Cdaqmxchconfigdata::initialize

Advertising
background image

2-109

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfigData::getClassMXChConfig

Syntax

CDAQMXChConfig * getClassMXChConfig(int chNo);

Parameters

chNo

Specify the channel number.

Description
Gets from the data member the channel setup data field corresponding to the

specified channel number as an object.
Returns NULL if it does not exist.

Return value

Returns the reference to the object.

CDAQMXChConfigData::getItemError

Syntax

int getItemError(void);

Description

Gets the value of the setting item number field of the data member.

Return value

Returns the setting item number.

CDAQMXChConfigData::getMXChConfigData

Syntax

void getMXChConfigData(MXChConfigData * pMXChConfigData);

Parameters

pMXChConfigData

Specify the destination where the channel setup data is to
be returned.

Description

Gets the data in a structure. Stores the contents of the data member in the specified
structure.

Reference

CDAQMXChConfig::getMXChConfig

CDAQMXChConfigData::initialize

Syntax

virtual void initialize(void);

Description

Initializes the data member. The default value as a general rule is 0.

Reference

CDAQMXChConfig::initialize

2.5 Details of the MX100 Class

Advertising