Cdaqdarwindatainfo::getalarmname, Cdaqdarwindatainfo::getclassdarwinchinfo, Cdaqdarwindatainfo::getdarwindatainfo – Yokogawa PC-Based MX100 User Manual

Page 454

Advertising
background image

7-56

IM MX190-01E

CDAQDARWINDataInfo::getAlarmName

Syntax

static const char * getAlarmName(int iAlarmType);

Parameters

iAlarmType

Specify 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.
The string is aligned to the left. The string is padded with spaces.

Return value

Returns a pointer to the string.

CDAQDARWINDataInfo::getClassDARWINChInfo

Syntax

CDAQDARWINChInfo * getClassDARWINChInfo(void);

Description

Gets the association with the channel information data from the data member.

Return value

Returns the association with the channel information data.

Reference

getClassChInfo

CDAQDARWINDataInfo::getDarwinDataInfo

Syntax

void getDarwinDataInfo(DarwinDataInfo * pDarwinDataInfo);

Parameters

pDarwinDataInfo 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

getAlarm getStatus getValue

7.4 Details of the DARWIN Class

Advertising