Private members, Cdaqchinfo::getchno, Cdaqchinfo::getchtype – Yokogawa PC-Based MX100 User Manual

Page 39

Advertising
background image

2-16

IM MX190-01E

Private Members

None.

Member Functions (Alphabetical Order)

CDAQChInfo::CDAQChInfo

Syntax

CDAQChInfo(int chType = 0, int chNo = 0, int point= 0);
virtual ~CDAQChInfo(void);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

point

Specify the decimal point position.

Description

Constructs or destructs an object.
When constructing, the data member is set to the specified value.

Reference

setChNo setChType setPoint

CDAQChInfo::getChNo

Syntax

virtual int getChNo(void);

Description

Gets the value of the channel number field of the data member.

Return value

Returns the channel number.

CDAQChInfo::getChType

Syntax

virtual int getChType(void);

Description

Gets the value of the channel type field of the data member.

Return value

Returns the channel type.

2.4 Details of the MX100/DARWIN Common Class

Advertising