beautypg.com

Cdaqmxchinfo::getdisplaymax, Cdaqmxchinfo::getdisplaymin, Cdaqmxchinfo::getfifoindex – Yokogawa PC-Based MX100 User Manual

Page 149

background image

2-126

IM MX190-01E

Member Functions (Alphabetical Order)

CDAQMXChInfo::CDAQMXChInfo

Syntax

CDAQMXChInfo(MXChInfo * pMXChInfo = NULL);
virtual ~CDAQMXChInfo(void);

Parameters

pMXChInfo Specify the channel information data.

Description

Constructs or destructs an object.

When constructing, the specified data is stored in the data member. If not specified,
the data member is initialized.

Reference

setMXChInfo

CDAQMXChInfo::getDisplayMax

Syntax

double getDisplayMax(void);

Description

Gets value of the display maximum field from the data member.

Return value

Returns the display maximum value.

CDAQMXChInfo::getDisplayMin

Syntax

double getDisplayMin(void);

Description

Gets value of the display minimum field from the data member.

Return value

Returns the display minimum value.

CDAQMXChInfo::getFIFOIndex

Syntax

int getFIFOIndex(void);

Description

Gets the value in the channel sequence number field in the FIFO from the data

member.

Return value

Returns the channel sequence number in the FIFO.

2.5 Details of the MX100 Class