Cdaqmxchid::getrange, Cdaqmxchid::getscale, Cdaqmxchid::gettag – Yokogawa PC-Based MX100 User Manual

Page 141: Cdaqmxchid::getunit, Cdaqmxchid::initialize

Advertising
background image

2-118

IM MX190-01E

CDAQMXChID::getRange

Syntax

int getRange(void);

Description

Gets the range type field from the data member.

Return value

Returns the range type.

CDAQMXChID::getScale

Syntax

int getScale(void);

Description

Gets the scale type field from the data member.

Return value

Returns the scale type.

CDAQMXChID::getTag

Syntax

const char * getTag(void);

Description

Gets the tag in the tag field from the data member.

Return value

Returns a pointer to the string.

CDAQMXChID::getUnit

Syntax

const char * getUnit(void);

Description

Gets unit name of the unit name field from the data member.

Return value

Returns a pointer to the string.

CDAQMXChID::initialize

Syntax

virtual void initialize(void);

Description

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

Reference

CDAQChInfo::initialize

2.5 Details of the MX100 Class

Advertising