Protected members – Yokogawa PC-Based MX100 User Manual

Page 452

Advertising
background image

7-54

IM MX190-01E

Member Data Manipulation

getStatus

Gets the data status.

getAlarm

Gets the alarm value.

setStatus

Set the data status.

setAlarm

Sets the alarm value.

Output Format Manipulation

setLine

Stores the measured data from the string.

setByte

Stores the measured data from the byte array.

Association

getClassDARWINChInfo Gets the association with the channel information data.

setClassDARWINChInfo Sets the association with the channel information data.

Utilities

getAlarmName

Gets the name of the alarm type.

toAlarmType

Converts the string into an alarm type.

getMaxLenAlarmName

Gets the maximum length of the alarm type name.

Operator

operator=

Executes substitution.

• Overridden Members

Member Data Manipulation

initialize

Initializes the data member.

Utilities

isObject

Checks an object.

Inherited Members

See CDAQDataInfo
getClassChInfo getDoubleValue getStringValue getValue
setClassChInfo setValue toDoubleValue toStringValue

Protected Members

Data Members

m_dataStatus

Field for storing the data status.

m_alarm

Field for storing the presence or absence of the alarm.

Inherited Members

See CDAQDataInfo
m_pChInfo m_value

7.4 Details of the DARWIN Class

Advertising