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

Page 232: Private members

Advertising
background image

2-209

IM MX190-01E

MX100 -Visual C++

2

CDAQMXTransmit Class

This class stores the transmission output data of the MX100.
It is a wrapper class of the MXTransmit structure.

It is a group of transmissions statuses of all the channels.
Each data can be accessed by transmission output data number. The transmission

output data number is the PWM data number or the AO data number.
This class can be used as an interface for setting and retrieving transmission output

data.

Public Members

Construct/Destruct

CDAQMXTransmit

Constructs an object.

~CDAQMXTransmit

Destructs an object.

Structure Manipulation

getMXTransmit

Gets the data in a structure.

setMXTransmit

Sets the data in a structure.

initMXTransmit

Initializes the data in a structure.

Member Data Manipulation

initialize

Initializes the data member.

getTransmit

Gets the transmission status.

setTransmit

Sets the transmission status.

Operator

operator=

Executes substitution.

Utilities

isObject

Checks an object.

Protected Members

Data Members

m_MXTransmit

Field for storing the transmission status.

Private Members

None.

2.5 Details of the MX100 Class

Advertising