2cdaqmxstatus::gettimecnt, Cdaqmxstatus::getunitstatus, Cdaqmxstatus::initialize – Yokogawa PC-Based MX100 User Manual

Page 214: Cdaqmxstatus::initmxstatus

Advertising
background image

2-191

IM MX190-01E

MX100 -Visual C++

2

CDAQMXStatus::getTimeCnt

Syntax

int getTimeCnt(void);

Description

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

Return value

Returns the time number.

CDAQMXStatus::getUnitStatus

Syntax

int getUnitStatus(void);

Description

Gets the unit status value from the status data field of the data member.

Return value

Returns the unit status value.

CDAQMXStatus::initialize

Syntax

virtual void initialize(void);

Description

Initializes the data member.
The default value as a general rule is 0.

Reference

initMXStatus

CDAQMXStatus::initMXStatus

Syntax

static void initMXStatus(MXStatus * pMXStatus);

Parameters

pMXStatus

Specify the status data field.

Description

Initializes the specified field.
The default value as a general rule is 0.

2.5 Details of the MX100 Class

Advertising