Cdaqmxchinfo::getrealmax, Cdaqmxchinfo::getrealmin, Cdaqmxchinfo::initmxchinfo – Yokogawa PC-Based MX100 User Manual

Page 151: Cdaqmxchinfo::initialize

Advertising
background image

2-128

IM MX190-01E

CDAQMXChInfo::getRealMax

Syntax

double getRealMax(void);

Description

Gets the value in the measurable maximum value field from the data member.

Return value

Returns the measurable maximum value.

CDAQMXChInfo::getRealMin

Syntax

double getRealMin(void);

Description

Gets the value in the measurable minimum value field from the data member.

Return value

Returns the measurable minimum value.

CDAQMXChInfo::initMXChInfo

Syntax

static void initMXChInfo(MXChInfo * pMXChInfo);

Parameters

pMXChInfo Specify the channel information data field.

Description

Initializes the specified field.

The default value as a general rule is 0.

CDAQMXChInfo::initialize

Syntax

virtual void initialize(void);

Description

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

Reference

CDAQMXChID::initialize

2.5 Details of the MX100 Class

Advertising