Cdaqmxstatus::getfifonum, Cdaqmxstatus::getfifostatus, Cdaqmxstatus::getinterval – Yokogawa PC-Based MX100 User Manual

Page 211

Advertising
background image

2-188

IM MX190-01E

CDAQMXStatus::getFIFONum

Syntax

int getFIFONum(void);

Description

Gets the valid number of FIFO value from the status data field of the data member.

Return value

Returns the valid number of FIFOs.

CDAQMXStatus::getFIFOStatus

Syntax

int getFIFOStatus(int fifoNo);

Parameters

fifoNo

Specify the FIFO number.

Description

Gets the FIFO status value of the FIFO information corresponding to the specified

FIFO number from the status data field of the data member.
If it does not exist, “Unknown” is returned.

Return value

Returns the FIFO status value.

Reference

getMXFIFOInfo

CDAQMXStatus::getInterval

Syntax

int getInterval(int fifoNo);

Parameters

fifoNo

Specify the FIFO number.

Description

Gets the interval type value of the FIFO information corresponding to the specified
FIFO number from the status data field of the data member.

Returns 0 if it does not exist.

Return value

Returns the interval type.

Reference

getMXFIFOInfo

2.5 Details of the MX100 Class

Advertising