Cdaqmxconfig::getclassmxchconfig, Cdaqmxconfig::getclassmxchconfigdata, Cdaqmxconfig::getclassmxnetinfo – Yokogawa PC-Based MX100 User Manual

Page 157: Cdaqmxconfig::getclassmxoutputdata

Advertising
background image

2-134

IM MX190-01E

CDAQMXConfig::getClassMXChConfig

Syntax

CDAQMXChConfig * getClassMXChConfig(int chNo);

Parameters

chNo

Specify the channel number.

Description

Gets the channel setup data of the specified channel number.
Returns NULL if it does not exist.

Return value

Returns a pointer to the object.

Reference

getClassMXChConfigData
CDAQMXChConfigData::getClassMXChConfig

CDAQMXConfig::getClassMXChConfigData

Syntax

CDAQMXChConfigData & getClassMXChConfigData(void);

Description

Gets the channel setup data field from the data member.

Return value

Returns a reference to the object.

CDAQMXConfig::getClassMXNetInfo

Syntax

CDAQMXNetInfo & getClassMXNetInfo(void);

Description

Gets the network information data field as a data member.

Return value

Returns a reference to the object.

CDAQMXConfig::getClassMXOutputData

Syntax

CDAQMXOutputData & getClassMXOutputData(void);

Description

Gets the output channel data field as a data member.

Return value

Returns the reference to the object.

2.5 Details of the MX100 Class

Advertising