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

Page 147

Advertising
background image

2-124

IM MX190-01E

CDAQMXChInfo Class

CDAQChInfo

CDAQMXChID

CDAQMXChInfo

This class stores the channel information data of the MX100.
It is a wrapper class of the MXChInfo structure.

Reference minimum and maximum values are not used.
This class can be used as an interface for storing channel information data when

retrieving channel information data.
Measured data is easier to handle when associated with the measured data class.

Public Members

Construct/Destruct

CDAQMXChInfo

Constructs an object.

~CDAQMXChInfo

Destructs an object.

Structure Manipulation

getMXChInfo

Gets the data in a structure.

setMXChInfo

Sets the data in a structure.

initMXChInfo

Initializes the data in a structure.

Member Data Manipulation

getFIFONo

Gets the FIFO number.

getFIFOIndex

Gets the channel sequence number in the FIFO.

getOriginalMin

Gets the reference minimum value.*

getOriginalMax

Gets the reference maximum value.*

* The reference minimum/maximum values are currently not used.
getDisplayMin

Gets the display minimum value.

getDisplayMax

Gets the display maximum value.

getRealMin

Gets the measurable minimum value.

getRealMax

Gets the measurable maximum value.

setFIFONo

Sets the FIFO number.

setFIFOIndex

Sets the channel sequence number in the FIFO.

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