Cdaqdarwindatetime::isobject, Cdaqdarwindatetime::operator – Yokogawa PC-Based MX100 User Manual

Page 464

Advertising
background image

7-66

IM MX190-01E

CDAQDARWINDateTime::isObject

Syntax

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

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).
If different from this class, checks the parent class.

Return value

Returns a boolean value.

Reference

CDAQDateTime::isObject

CDAQDARWINDateTime::operator=

Syntax

CDAQDARWINDateTime & operator=(CDAQDARWINDateTime &
cDARWINDateTime);

Parameters

cDARWINDateTime

Specify an object for substitution.

Description

Copies the data member of the specified object .

Return value

Returns the reference to the object.

Reference

toDateTime

7.4 Details of the DARWIN Class

Advertising