Yokogawa PC-Based MX100 User Manual

Page 589

Advertising
background image

12-25

IM MX190-01E

MX100 for Exteded API

12

Member Functions (Alphabetical Order)

CDAQMX100::ackAlarm

Syntax

int ackAlarm(void);

Description

Resets alarms.
Updates the status if successful.

Return value

Returns an error number.

Reference

initSystem
updateRenew

CDAQMX100::CDAQMX100

Syntax

CDAQMX100(void);
CDAQMX100(const char * strAddress, unsigned int uiPort =
DAQMX_COMMPORT, int * errCode = NULL);
virtual ~CDAQMX100(void);

Parameters

strAddress

Specify the IP address as a string.

uiPort

Specify the port number.

errCode

Specify the destination where the error number is to be returned.

Description

Constructs or destructs an object.
When constructing, the data member is initialized. The default value as a general

rule is 0 (NULL). When the parameters are specified, a connection is established. If
the return destination is specified, the error number during connection is returned.

When destructing, the data member field is released. The connection is dropped
(close) when the communication descriptor exists. The error number is not returned.

Reference

measClear open userClear
CDAQMX::CDAQMX

12.4 Details of the MX100 Class

Advertising