2cdaqmxstatus::getmillisecond, Cdaqmxstatus::getmxfifoinfo, Cdaqmxstatus::getmxstatus – Yokogawa PC-Based MX100 User Manual

Page 212

Advertising
background image

2-189

IM MX190-01E

MX100 -Visual C++

2

CDAQMXStatus::getMilliSecond

Syntax

int getMilliSecond(void);

Description

Gets milliseconds from the status data field of the data member.

Return value

Returns milliseconds.

CDAQMXStatus::getMXFIFOInfo

Syntax

MXFIFOInfo * getMXFIFOInfo(int fifoNo);

Parameters

fifoNo

Specify the FIFO number.

Description

Gets the structure of the specified FIFO number from the status data field of the

data member.
Returns NULL if it does not exist.

Return value

Returns a pointer to the structure.

CDAQMXStatus::getMXStatus

Syntax

void getMXStatus(MXStatus * pMXStatus);

Parameters

pMXStatus

Specify the destination where the status data is to be returned.

Description

Gets the data in a structure.

Stores the contents of the data member in the specified structure.

2.5 Details of the MX100 Class

Advertising