Cdaqdarwindatabuffer::setdatainfo, Cdaqdarwindatabuffer::setdatetime – Yokogawa PC-Based MX100 User Manual

Page 1043

Advertising
background image

19-49

IM MX190-01E

19

DARWIN for Extended API - Visual C++

CDAQDARWINDataBuffer::setDataInfo

Syntax

void setDataInfo(CDAQDARWINDataInfo & cDARWINDataInfo);

Parameters

cDARWINDataInfo

Specify the measured data.

Description

Copies the specified data to the data member.

The association with the channel information data becomes the data member of this
class.

Reference

getClassDARWINChInfo getClassDARWINDataInfo
CDAQDARWINDataInfo::setClassDARWINChInfo

CDAQDARWINDataBuffer::setDateTime

Syntax

void setDateTime(CDAQDARWINDateTime & cDARWINDateTime);

Parameters

cDARWINDateTime

Specify the time information data.

Description

Copies the specified data to the data member.

19.6 Details of the DARWIN Class

Advertising