Owner manual

2-185
IM MX190-01E
MX100 -Visual C++
2
CDAQMXStatus Class
This class stores the status data of the MX100.
It is a wrapper class of the MXStatus structure.
This class can be used as an interface for storing status data when retrieving status
data and setup data.
Public Members
Construct/Destruct
CDAQMXStatus Constructs an object.
~CDAQMXStatus Destructs an object.
Structure Manipulation
getMXStatus Gets the data in a structure.
setMXStatus Sets the data in a structure.
initMXStatus Initializes the data in a structure.
Member Data Manipulation
initialize Initializes the data member.
getFIFONum Gets the valid number of FIFOs.
getFIFOStatus Gets the FIFO status value.
getInterval Gets the interval type.
getOldDataNo Gets the oldest data number.
getNewDataNo Gets the newest data number.
getCFStatus Gets the CF status type.
getCFSize Gets the size of the CF.
getCFRemain Gets the remaining size.
getUnitStatus Gets the unit status value.
getConfigCnt Gets the setup number (a sequential number that counts
the setup execution).
getTimeCnt Gets the time number (a sequential number that counts the
execution of time setting).
isBackup Gets the presence/absence of backup.
getTime Gets the time.
getMilliSecond Gets milliseconds.
Operator
operator= Executes substitution.
Utilities
isDataNo Checks the validity of data numbers.
isObject Checks an object.
2.5 Details of the MX100 Class