2cdaqmxdatainfo class, Public members – Yokogawa PC-Based MX100 User Manual

Page 176

Advertising
background image

2-153

IM MX190-01E

MX100 -Visual C++

2

CDAQMXDataInfo Class

CDAQDataInfo

CDAQMXDataInfo

This class stores the measured data of the MX100.
It is a wrapper class of the MXDataInfo structure.

This class can be used as an interface for storing measured data when retrieving
measured data.

Actual measured data can be calculated by associating with the channel information
data class.

Public Members

Construct/Destruct

CDAQMXDataInfo

Constructs an object.

~CDAQMXDataInfo

Destructs an object.

Structure Manipulation

getMXDataInfo

Gets the data as a structure.

setMXDataInfo

Sets the data in a structure.

initMXDataInfo

Initializes the structure data.

Member Data Manipulation

getStatus

Gets the data status.

isAlarm

Gets the alarm value.

setStatus

Set the data status.

setAlarm

Sets the alarm value.

Association

getClassMXChInfo

Gets the association with the channel information data.

setClassMXChInfo

Sets the association with the channel information data.

Utilities

getAlarmName

Gets the name of the alarm type.

Operator

operator=

Executes substitution.

Overridden Members

Member Data Manipulation

initialize

Initializes the data member.

Utilities

isObject

Checks an object.

2.5 Details of the MX100 Class

Advertising