2cdaqmxchconfig::getspanmax, Cdaqmxchconfig::getspanmin, Cdaqmxchconfig::initialize – Yokogawa PC-Based MX100 User Manual

Page 116: Cdaqmxchconfig::initmxchconfig

Advertising
background image

2-93

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChConfig::getSpanMax

Syntax

int getSpanMax(void);

Description

Gets the maximum value of span from the AI and DI setup data field of the data

member.

Return value

Returns the span maximum.

CDAQMXChConfig::getSpanMin

Syntax

int getSpanMin(void);

Description

Gets the minimum value of span from the AI and DI setup data field of the data

member.

Return value

Returns the span minimum.

CDAQMXChConfig::initialize

Syntax

virtual void initialize(void);

Description

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

Reference

CDAQMXChID::initialize

CDAQMXChConfig::initMXChConfig

Syntax

static void initMXChConfig(MXChConfig * pMXChConfig);

Parameters

pMXChConfig

Specify the channel setup data field.

Description

Initializes the specified field.
The default value as a general rule is 0.

2.5 Details of the MX100 Class

Advertising