Cdaqdarwinchinfo::operator, Cdaqdarwinchinfo::setchstatus, Cdaqdarwinchinfo::setdarwinchinfo – Yokogawa PC-Based MX100 User Manual

Page 446

Advertising
background image

7-48

IM MX190-01E

CDAQDARWINChInfo::operator=

Syntax

CDAQDARWINChInfo & operator=(CDAQDARWINChInfo &
cDARWINChInfo);

Parameters

cDARWINChInfo

Specify an object for substitution.

Description

Copies the data member of the specified object.

Return value

Returns the reference to the object.

CDAQDARWINChInfo::setChStatus

Syntax

void setChStatus(int iStatus);

Parameters

iStatus

Specify the channel status.

Description

Stores the channel status field of the data member to the specified value.

CDAQDARWINChInfo::setDarwinChInfo

Syntax

void setDarwinChInfo(DarwinChInfo * pDarwinChInfo);

Parameters

pDarwinChInfo

Specify the channel information data.

Description

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

If not specified, the data member is initialized.

Reference

initialize setChNo setChStatus setChType setPoint setUnit

7.4 Details of the DARWIN Class

Advertising