2cdaqmxstatus::getcfsize, Cdaqmxstatus::getcfstatus, Cdaqmxstatus::getconfigcnt – Yokogawa PC-Based MX100 User Manual

Page 210: Cdaqmxstatus::getdatetime

Advertising
background image

2-187

IM MX190-01E

MX100 -Visual C++

2

CDAQMXStatus::getCFSize

Syntax

int getCFSize(void);

Description

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

Return value

Returns the size.

CDAQMXStatus::getCFStatus

Syntax

int getCFStatus(void);

Description

Gets the CF status type value from the status data field of the data member.

Return value

Returns the CF status type.

CDAQMXStatus::getConfigCnt

Syntax

int getConfigCnt(void);

Description

Gets the setting number value from the status data field of the data member.

Return value

Returns the setup number.

CDAQMXStatus::getDateTime

Syntax

void getDateTime(CDAQDateTime & cDateTime);

Parameters

cDateTime

Specify the destination where the time information data is to be
returned.

Description

Stores the time information data from the status data field of the data member in the
specified field.

Reference

getMilliSecond getTime
CDAQDateTime::setMilliSecond
CDAQDateTime::setTime

2.5 Details of the MX100 Class

Advertising