Protected members, Private members, Cdaqmxstatus::getcfremain – Yokogawa PC-Based MX100 User Manual

Page 209

Advertising
background image

2-186

IM MX190-01E

Protected Members

Data Members

m_MXStatus

Field for storing the status data.

Member Access

getMXFIFOInfo

Gets the FIFO information structure for each FIFO.

Private Members

None.

Member Functions (Alphabetical Order)

CDAQMXStatus::CDAQMXStatus

Syntax

CDAQMXStatus(MXStatus * pMXStatus = NULL);
virtual ~CDAQMXStatus(void);

Parameters

pMXStatus

Specify the status data.

Description

Constructs or destructs an object.

When constructing, the data member is set to the specified value. If not specified,
the data member is initialized.

Reference

setMXStatus

CDAQMXStatus::getCFRemain

Syntax

int getCFRemain(void);

Description

Gets the CF remaining capacity value from the status data field of the data member.
The unit is KB.

Return value

Returns the remaining size.

2.5 Details of the MX100 Class

Advertising