Cdaqdarwindatabuffer::getclassdarwinchinfo, Cdaqdarwindatabuffer::getclassdarwindatainfo, Cdaqdarwindatabuffer::getclassdarwindatetime – Yokogawa PC-Based MX100 User Manual
Page 1041
![background image](/manuals/360310/1041/background.png)
19-47
IM MX190-01E
19
DARWIN for Extended API - Visual C++
Member Functions (Alphabetical Order)
CDAQDARWINDataBuffer::CDAQDARWINDataBuffer
Syntax
CDAQDARWINDataBuffer(void);
virtual ~CDAQDARWINDataBuffer(void);
Description
Constructs or destructs an object.
When constructing, the data member is initialized.
Reference
initialize
CDAQDARWINDataBuffer::getClassDARWINChInfo
Syntax
CDAQDARWINChInfo & getClassDARWINChInfo(void);
Description
Gets the object of the channel information data from the data member.
Return value
Returns a reference to the object.
CDAQDARWINDataBuffer::getClassDARWINDataInfo
Syntax
CDAQDARWINDataInfo & getClassDARWINDataInfo(void);
Description
Returns the object of the measured data from the data member.
Return value
Returns a reference to the object.
CDAQDARWINDataBuffer::getClassDARWINDateTime
Syntax
CDAQDARWINDateTime & getClassDARWINDateTime(void);
Description
Returns the object of the time information data from the data member.
Return value
Returns a reference to the object.
19.6 Details of the DARWIN Class