Cdaqmxlist class, Public members, Protected members – Yokogawa PC-Based MX100 User Manual
Page 660: Private members
![background image](/manuals/360310/660/background.png)
12-96
IM MX190-01E
CDAQMXList Class
CDAQMXList
CDAQMXList
This class manages data created by the user.
The registered data is identified by a data indentifier. The data identifier corresponds
to the index number of the list.
This class does not define data to be created. It overrides data member
manipulation function members.
Public Members
Construct/Destruct
CDAQMXList
Constructs an object.
~CDAQMXList
Destructs an object.
Member Data Manipulation
initialize
Initializes the data member.
create
Creates the data.
del
Deletes the data.
copy
Copies the data.
Utilities
getNum
Gets the specified number of data.
getMaxNo
Gets the maximum value of the data identifier.
isData
Checks for the existence of data.
Protected Members
Data Members
m_list
Pointer to the top of the list.
m_num
Field for storing the number of elements in the list.
Member Data Manipulation
addData
Adds data to the list.
delData
Deletes the data from the list.
getData
Gets data from the list.
Private Members
None.
12.4 Details of the MX100 Class