Cdaqmx::getbalance, Cdaqmx::getchannel – Yokogawa PC-Based MX100 User Manual

Page 67

Advertising
background image

2-44

IM MX190-01E

CDAQMX::getBalance

Syntax

int getBalance(CDAQMXBalanceData & cMXBalanceData);

Parameters

cMXBalanceData

Specify the destination where the initial balance data is to

be returned.

Description

Gets initial balance data.

Gets the setup data, and stores the initial balance data portion in the specified return
destination.

Return value

Returns an error number.

Reference

getMXConfig CDAQMXBalanceData::initialize
CDAQMXConfig::getClassMXBalanceData

CDAQMX::getChannel

Syntax

virtual int getChannel(int chType, int chNo, CDAQChInfo &
cChInfo);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

cChInfo

Specify the destination where the channel information data is to

be returned.

Description

This function gets the channel information data by channels.

Gets the channel information data of the specified channel.
The channel type is ignored.

Return value

Returns an error number.

Reference

getChInfo talkChInfo

2.5 Details of the MX100 Class

Advertising