2cdaqmxsegment::initialize, Cdaqmxsegment::initmxsegment, Cdaqmxsegment::isobject – Yokogawa PC-Based MX100 User Manual
Page 206

2-183
IM MX190-01E
MX100 -Visual C++
2
CDAQMXSegment::initialize
Syntax
virtual void initialize(void);
Description
Initializes the data member.
The default value as a general rule is 0.
Reference
initMXSegment
CDAQMXSegment::initMXSegment
Syntax
static void initMXSegment(MXSegment * pMXSegment);
Parameters
pMXSegment
Specify the 7-segment LED field.
Description
Initializes the specified field.
The default value as a general rule is 0.
CDAQMXSegment::isObject
Syntax
virtual int isObject(const char * classname = "CDAQMXSegment");
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.
2.5 Details of the MX100 Class