2cdaqmxchid::getcomment, Cdaqmxchid::getkind, Cdaqmxchid::getmxalarm – Yokogawa PC-Based MX100 User Manual

Page 140: Cdaqmxchid::getmxchid

Advertising
background image

2-117

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChID::getComment

Syntax

const char * getComment(void);

Description

Gets the comment in the comment field from the data member.

Return value

Returns a pointer to the string.

CDAQMXChID::getKind

Syntax

int getKind(void);

Description

Gets the value of the channel type field from the data member.

Return value

Returns the channel type.

CDAQMXChID::getMXAlarm

Syntax

MXAlarm * getMXAlarm(int levelNo);

Parameters

levelNo

Specify the alarm level.

Description

Gets the structure of the specified alarm level from the alarm field of the data
member.

Returns NULL if it does not exist.

Return value

Returns a pointer to the structure.

CDAQMXChID::getMXChID

Syntax

void getMXChID(MXChID * pMXChID);

Parameters

pMXChID

Specify the destination where the channel ID information is to be

returned.

Description

Gets the data in a structure. Stores the contents of the data member in the specified

structure.

Reference

getChNo getComment getKind getPoint getRange getScale getTag
getUnit isValid

2.5 Details of the MX100 Class

Advertising