Cdaqdarwin::getreportstatus, Cdaqdarwin::getrevisiondll – Yokogawa PC-Based MX100 User Manual

Page 418

Advertising
background image

7-20

IM MX190-01E

CDAQDARWIN::getReportStatus

Syntax

int getReportStatus(int * pReportStatus);

Parameters

pReportStatus

Specify the destination where the report status is to be returned.

Description

Gets the report status.

The function executes the data retrieval declaration as a talker function and the data
output in succession.

Stores the report status in the return destination.
This function executes the TS and RF commands of the DARWIN communication

function.
It creates and sends the command and receives the data.

Return value

Returns an error number.

Reference

receive send startTalker

CDAQDARWIN::getRevisionDLL

Syntax

static const int getRevisionDLL(void);

Description

Gets the revision number of this DLL.

Return value

Returns the revision number of this DLL.

7.4 Details of the DARWIN Class

Advertising