Cdaqdarwindatabuffer::initialize, Cdaqdarwindatabuffer::isalarm, Cdaqdarwindatabuffer::setchinfo – Yokogawa PC-Based MX100 User Manual
Page 1042
19-48
IM MX190-01E
CDAQDARWINDataBuffer::initialize
Syntax
virtual void initialize(void);
Description
Initializes the data member.
The default value as a general rule is 0.
Sets the association with the channel information data of the measured data.
Reference
getClassDARWINChInfo getClassDARWINDataInfo
getClassDARWINDateTime CDAQDARWINChInfo::initialize
CDAQDARWINDataInfo::initialize
CDAQDARWINDataInfo::setClassDARWINChInfo
CDAQDARWINDateTime::initialize
CDAQDARWINDataBuffer::isAlarm
Syntax
int isAlarm(int levelNo);
Parameters
levelNo
Specify the alarm level.
Description
Gets the presence/absence of alarms of the specified alarm level.
Returns “Invalid” if the alarm type is “No alarm.”
Return value
Returns a Boolean value.
Reference
getClassDARWINDataInfo
CDAQDARWINDataInfo::getAlarm
CDAQDARWINDataBuffer::setChInfo
Syntax
void setChInfo(CDAQDARWINChInfo & cDARWINChInfo);
Parameters
cDARWINChInfo Specify the channel information data.
Description
Copies the specified data to the data member.
19.6 Details of the DARWIN Class