Cdaqmx100::isobject, Cdaqmx100::measclear – Yokogawa PC-Based MX100 User Manual

Page 600

Advertising
background image

12-36

IM MX190-01E

CDAQMX100::isObject

Syntax

virtual int isObject(const char * classname = "CDAQMX100";

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

CDAQMX::isObject

CDAQMX100::measClear

Syntax

void measClear(void);

Description

Initializes the data members below for retrieval of the measured data.

• Setup data field
• Various information fields per channel.

Reference

getClassMXItemConfig
CDAQMXDataBuffer::initialize
CDAQMXItemConfig::initialize

12.4 Details of the MX100 Class

Advertising