7private members, Cdaqdarwindatainfo::getalarm – Yokogawa PC-Based MX100 User Manual
Page 453
![background image](/manuals/360310/453/background.png)
7-55
IM MX190-01E
DARWIN - Visual C++ -
7
Private Members
None
Member Functions (Alphabetical Order)
CDAQDARWINDataInfo::CDAQDARWINDataInfo
Syntax
CDAQDARWINDataInfo(DarwinDataInfo * pDarwinDataInfo = NULL,
CDAQDARWINChInfo * pcDARWINChInfo = NULL);
virtual ~CDAQDARWINDataInfo(void);
Parameters
pDarwinDataInfo
Specify the measured data.
pcDARWINChInfo
Specify the association with the channel information data.
Description
Constructs or destructs an object.
When constructing, the specified data is stored in the data member. If not specified,
the data member is initialized.
Reference
setClassDARWINChInfo setDarwinDataInfo
CDAQDataInfo::CDAQDataInfo
CDAQDARWINDataInfo::getAlarm
Syntax
int getAlarm(int levelNo);
Parameters
levelNo
Specify the alarm level.
Description
Gets the value of the alarm presence/absence field of the data member.
Returns the value corresponding to the specified alarm level.
Returns ìNo alarm”if the alarm level is outside the range.
The alarm value is the value of the alarm type.
Return value
Returns the presence or absence of the alarm.
7.4 Details of the DARWIN Class