Cdaqmxtransmitlist::copydata, Cdaqmxtransmitlist::create, Cdaqmxtransmitlist::getclassmxtransmit – Yokogawa PC-Based MX100 User Manual

Page 668

Advertising
background image

12-104

IM MX190-01E

CDAQMXTransmitList::copyData

Syntax

void copyData(int idTransmit, CDAQMXTransmit * pcMXTransmit);

Parameters

idTransmit

Specify the transmission output data identifier.

pcMXTransmit

Specify the data using a pointer.

Description

Copies the data specified by the pointer to the data of the specified data identifier.

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

Reference

getClassMXTransmit

CDAQMXTransmitList::create

Syntax

virtual int create(void);

Description

Creates data and adds it to the list.

Return value

Returns the data identifier.

Reference

add
CDAQMXTransmit::CDAQMXTransmit

CDAQMXTransmitList::getClassMXTransmit

Syntax

CDAQMXTransmit * getClassMXTransmit(int idTransmit);

Parameters

idTransmit

Specify the transmission output data identifier.

Description

Gets the data of the specified data identifier.
If the data identifier is set to the constant for “specify current data,” gets the current

data field from the data member.
Returns NULL if it does not exist.

Return value

Returns a pointer to the data.

Reference

getCurrent
getData

12.4 Details of the MX100 Class

Advertising