Owner manual

19-46 IM MX190-01E
CDAQDARWINDataBuffer Class
This class stores each type of information for each channel of the DARWIN in a
group.
The following data can be stored.
• Channel information data
• Time information data
• Setup data
Public Members
Construct/Destruct
CDAQDARWINDataBuffer Constructs an object.
~CDAQDARWINDataBuffer Destructs an object.
Member Data Manipulation
initialize Initializes the data member.
getClassDARWINChInfo Gets the channel information data.
getClassDARWINDateTime Gets the time information data.
getClassDARWINDataInfo Gets the measured data.
setChInfo Set the channel information data.
setDateTime Sets the time information data.
setDataInfo Sets the measured data.
isAlarm Gets the presence or absence of alarms.
Protected Members
Data Members
m_cChInfo Field for storing the channel information
data.
m_cTimeBuf Field for storing the time information data.
m_cDataBuf Field for storing the measured data.
Private Members
None.
19.6 Details of the DARWIN Class