7cdaqdarwinsysinfo::operator, Cdaqdarwinsysinfo::setdarwinsysteminfo – Yokogawa PC-Based MX100 User Manual

Page 473

Advertising
background image

7-75

IM MX190-01E

DARWIN - Visual C++ -

7

CDAQDARWINSysInfo::operator=

Syntax

CDAQDARWINSysInfo & operator=(CDAQDARWINSysInfo &
cDARWINSysInfo);

Parameters

cDARWINSysInfo

Specify an object for substitution.

Description

Copies the data member of the specified object.

Return value

Returns the reference to the object.

CDAQDARWINSysInfo::setDarwinSystemInfo

Syntax

void setDarwinSystemInfo(DarwinSystemInfo *
pDarwinSystemInfo);

Parameters

pDarwinSystemInfo

Specify the system configuration data.

Description

Sets the data in a structure. Stores the contents of the specified structure in the data
member.
If not specified, the data member is initialized.

Reference

initialize

7.4 Details of the DARWIN Class

Advertising