Cdaqmxlist::cdaqmxlist, Cdaqmxlist::copy – Yokogawa PC-Based MX100 User Manual

Page 661

Advertising
background image

12-97

IM MX190-01E

MX100 for Exteded API

12

Member Functions (Alphabetical Order)

CDAQMXList::addData

Syntax

int addData(void * pData);

Parameters

pData

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.

Return value

Returns the data identifier.

CDAQMXList::CDAQMXList

Syntax

CDAQMXList(void);
virtual ~CDAQMXList(void);

Description

Constructs or destructs an object.
When constructing, the data member is initialized.

When destructing, the data in the list is deleted.

Reference

initialize

CDAQMXList::copy

Syntax

virtual void copy(int idxNo, int idxSrc);

Parameters

idxNo

Specify the data identifier of the copy destination.

idxSrc

Specify the data identifier of the copy source.

Description

Copies the contents of the data indicated by the data identifier from the copy source
to the copy destination.

Does nothing if not overridden.

12.4 Details of the MX100 Class

Advertising