12 private members, Cdaqmxdolist::cdaqmxdolist – Yokogawa PC-Based MX100 User Manual

Page 645

Advertising
background image

12-81

IM MX190-01E

MX100 for Exteded API

12

Private Members

None.

Member Functions (Alphabetical Order)

CDAQMXDOList::add

Syntax

int add(CDAQMXDOData * pcMXDOData);

Parameters

pcMXDOData

Specify the data using a pointer.

Description

Adds the specified data to the list and generates data identifiers.

Returns a negative value if not added.

Reference

addData

CDAQMXDOList::CDAQMXDOList

Syntax

CDAQMXDOList(void);
virtual ~CDAQMXDOList(void);

Description

Constructs or destructs an object.

When constructing, the data member is initialized.
When destructing, the data in the list is deleted.

Reference

initCurrent
CDAQMXList::CDAQMXList

12.4 Details of the MX100 Class

Advertising