2cdaqmxdatainfo::getalarmname, Cdaqmxdatainfo::getclassmxchinfo, Cdaqmxdatainfo::getmxdatainfo – Yokogawa PC-Based MX100 User Manual
Page 178
2-155
IM MX190-01E
MX100 -Visual C++
2
CDAQMXDataInfo::getAlarmName
Syntax
static const char * getAlarmName(int iAlarmType);
Parameters
iAlarmTypeSpecify the alarm type.
Description
Gets the string corresponding to the specified alarm type.
If outside the range, the string is set the same as no alarm.
Return value
Returns a pointer to the string.
CDAQMXDataInfo::getClassMXChInfo
Syntax
CDAQMXChInfo * getClassMXChInfo(void);
Description
Gets the association with the channel information data of the data member.
Returns NULL if the value is not specified.
Return value
Returns the association with the channel information data.
Reference
getClassChInfo
CDAQMXDataInfo::getMXDataInfo
Syntax
void getMXDataInfo(MXDataInfo * pMXDataInfo);
Parameters
pMXDataInfo
Specify the destination where the measured data is to be returned.
Description
Gets the data in a structure. Stores the contents of the data member in the
specified structure.
Reference
getStatus getValue
2.5 Details of the MX100 Class