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

Page 130

Advertising
background image

2-107

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfigData class

This class stores the channel setup data of all the channels of the MX100.
It is a wrapper class of the MXChConfigData structure.

This class can be used as an interface for storing setup data for all channels when
retrieving setup data.

This class is a group of all channels of the CDAQMXChConfig class.
It implements any processing required for the between-channel association

information.

Public Members

Construct/Destruct

CDAQMXChConfigData

Constructs an object.

~CDAQMXChConfigData

Destructs an object.

Structure Manipulation

getMXChConfigData

Gets the data in a structure.

setMXChConfigData

Sets the data in a structure.

initMXChConfigData

Initializes the data in a structure.

setMXChConfig

Sets the data in a structure for each channel.

Member Data Manipulation

initialize

Initializes the data member.

getClassMXChConfig

Gets the data for each channel.

Range Settings

setRRJC

Sets remote RJC.

changeRange

Changes the range using the temperature unit type.

Check

isCorrect

Checks the validity.

Utilities

getItemError

Gets the number of the parameter on which an
error was detected.

isObject

Checks an object.

Operator

operator=

Executes substitution.

2.5 Details of the MX100 Class

Advertising