Cdaqmxconfig::getchname, Cdaqmxconfig::getclassmxbalancedata – Yokogawa PC-Based MX100 User Manual

Page 156

Advertising
background image

2-133

IM MX190-01E

MX100 -Visual C++

2

Member Functions (Alphabetical Order)

CDAQMXConfig::CDAQMXConfig

Syntax

CDAQMXConfig(MXConfigData * pMXConfigData);
virtual ~CDAQMXConfig(void);

Parameters

pMXConfigData

Specify the setup data.

Description

Constructs or destructs an object.

When constructing, the specified data is stored in the data member. If not specified,
the data member is initialized.

Reference

setMXConfigData

CDAQMXConfig::getChName

Syntax

int getChName(int chNo);

Parameters

chNo

Specify the channel number.

Description

Creates the channel name from the specified channel number and system structure

data field of the data member.

Return value

Returns the channel name.

Reference

getClassMXChConfig
getClassMXSysInfo
CDAQMXChConfig::getChName
CDAQMXSysInfo::getUnitNo

CDAQMXConfig::getClassMXBalanceData

Syntax

CDAQMXBalanceData & getClassMXBalanceData(void);

Description

Gets initial balance data from the data member.

Return value

Returns the reference to the object.

2.5 Details of the MX100 Class

Advertising