Cdaqmxlist::create, Cdaqmxlist::del, Cdaqmxlist::deldata – Yokogawa PC-Based MX100 User Manual

Page 662

Advertising
background image

12-98

IM MX190-01E

CDAQMXList::create

Syntax

virtual int create(void);

Description

Creates data and adds it to the list.

Data not created if not overridden.

Return value

Returns the data identifier.

Reference

addData

CDAQMXList::del

Syntax

virtual void del(int idxNo);

Parameters

idxNo

Specify the data identifier.

Description

Deletes the data of the specified data identifier from the list and destructs.
If set to the constant for “Specify all data identifiers,” all data in the list is processed.

Reference

delData

CDAQMXList::delData

Syntax

void delData(int idxNo);

Parameters

idxNo

Specify the data identifier.

Description

Deletes the data of the specified data identifier from the list and destructs.

If set to the constant for “Specify all data identifiers,” all data in the list is processed.

Reference

getData

12.4 Details of the MX100 Class

Advertising