Cdaqda100::getclassdatabuffer, Cdaqda100::getclasssysinfo, Cdaqda100::getcode – Yokogawa PC-Based MX100 User Manual

Page 1016

Advertising
background image

19-22

IM MX190-01E

CDAQDA100::getClassDataBuffer

Syntax

CDAQDARWINDataBuffer * getClassDataBuffer(int chType, int
chNo);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

Description

Gets various kinds of information data of the specified channel from the data

member.
Returns NULL if it does not exist.

Return value

Returns a pointer to the object.

CDAQDA100::getClassSysInfo

Syntax

CDAQDARWINSysInfo & getClassSysInfo(void);

Description

Returns the object of the system configuration data from the data member.

Return value

Returns a reference to the object.

CDAQDA100::getCode

Syntax

int getCode(void);

Description

Gets the value of the retrieve code type field from the data member.

Return value

Returns the retrieve code type.

19.6 Details of the DARWIN Class

Advertising