Cdaqdarwinsysinfo::initialize, Cdaqdarwinsysinfo::isexist, Cdaqdarwinsysinfo::isobject – Yokogawa PC-Based MX100 User Manual

Page 472

Advertising
background image

7-74

IM MX190-01E

CDAQDARWINSysInfo::initialize

Syntax

voidinitialize(void);

Description

Initializes the data member. The default value as a general rule is 0.

The scan interval field is not initialized.

Reference

initDarwinSystemInfo

CDAQDARWINSysInfo::isExist

Syntax

int isExist(int unitNo);

Parameters

unitNo

Specify the unit number.

Description

Checks the validity of the specified unit.

If it does not exist, returns Invalid value.

Return value

Returns a boolean value.

Reference

getDarwinUnitInfo

CDAQDARWINSysInfo::isObject

Syntax

virtual int isObject(const char * classname =
“CDAQDARWINSysInfo”;

Parameters

classname

Specify the class name using a string.

Description

Checks whether the specified class name was inherited.

If parameters are omitted, checks whether it is this class.
Classes that inherit this class must be overridden in order to check their own

classes.
Returns true (valid) if the class was inherited. Otherwise, returns false (invalid).

Return value

Returns a boolean value.

7.4 Details of the DARWIN Class

Advertising