7cdaqdarwindatainfo::getmaxlenalarmname, Cdaqdarwindatainfo::getstatus, Cdaqdarwindatainfo::initdarwindatainfo – Yokogawa PC-Based MX100 User Manual
Page 455: Cdaqdarwindatainfo::initialize
![background image](/manuals/360310/455/background.png)
7-57
IM MX190-01E
DARWIN - Visual C++ -
7
CDAQDARWINDataInfo::getMaxLenAlarmName
Syntax
static int getMaxLenAlarmName(void);
Description
Gets the maximum length of the alarm type string.
The return value does not include the terminator.
Return value
Returns the maximum length of the string in numbers of bytes.
CDAQDARWINDataInfo::getStatus
Syntax
int getStatus(void);
Description
Gets the data status field from the data member.
Return value
Returns the data status.
CDAQDARWINDataInfo::initDarwinDataInfo
Syntax
static void initDarwinDataInfo(DarwinDataInfo *
pDarwinDataInfo);
Parameters
pDarwinDataInfo Specify the measured data field.
Description
Initializes the specified field.
The default value as a general rule is 0.
CDAQDARWINDataInfo::initialize
Syntax
void initialize(void);
Description
Initializes the data member. The default value as a general rule is 0.
Data status field is set to ìUnknown.”
Presence/absence of alarm field is set to ìNo alarm.”
Reference
CDAQDataInfo::initialize
7.4 Details of the DARWIN Class