7cdaqdarwinchinfo::initdarwinchinfo, Cdaqdarwinchinfo::initialize, Cdaqdarwinchinfo::isobject – Yokogawa PC-Based MX100 User Manual
Page 445

7-47
IM MX190-01E
DARWIN - Visual C++ -
7
CDAQDARWINChInfo::initDarwinChInfo
Syntax
static void initDarwinChInfo(DarwinChInfo * pDarwinChInfo);
Parameters
pDarwinChInfo
Specify the channel information data field.
Description
Initializes the specified field.
The default value as a general rule is 0.
CDAQDARWINChInfo::initialize
Syntax
virtual void initialize(void);
Description
Initializes the data member. The default value is 0.
Reference
setChStatus CDAQChInfo::initialize
CDAQDARWINChInfo::isObject
Syntax
virtual int isObject(const char * classname =
"CDAQDARWINChInfo";
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
CDAQChInfo::isObject
7.4 Details of the DARWIN Class