Cdaqchinfo::getpoint, Cdaqchinfo::initialize, Cdaqchinfo::isobject – Yokogawa PC-Based MX100 User Manual

Page 40: Cdaqchinfo::operator

Advertising
background image

2-17

IM MX190-01E

MX100 -Visual C++

2

CDAQChInfo::getPoint

Syntax

virtual int getPoint(void);

Description

Gets the value of the decimal point position field of the data member.

Return value

Returns the decimal point position.

CDAQChInfo::initialize

Syntax

virtual void initialize(void);

Description

Initializes the data member. The default value is 0.

Reference

setChType setChNo setPoint

CDAQChInfo::isObject

Syntax

virtual int isObject(const char * classname = "CDAQChInfo");

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 overriden in order to check their own classes.
Returns true (valid) if the class was inherited. Otherwise, returns false (invalid).

Return value

Returns a return value of 1 (true), or 0 (false).

CDAQChInfo::operator=

Syntax

CDAQChInfo & operator=(CDAQChInfo & cChInfo);

Parameters

cChInfo

Specify an object for substitution.

Description

Copies the data member using the specified object information data.

Return value

Returns the reference to the object.

2.4 Details of the MX100/DARWIN Common Class

Advertising