2cdaqmxchinfo::getfifono, Cdaqmxchinfo::getmxchinfo, Cdaqmxchinfo::getoriginalmax – Yokogawa PC-Based MX100 User Manual

Page 150: Cdaqmxchinfo::getoriginalmin

Advertising
background image

2-127

IM MX190-01E

MX100 -Visual C++

2

CDAQMXChInfo::getFIFONo

Syntax

int getFIFONo(void);

Description

Gets the value in the FIFO number field from the data member.

Return value

Returns the FIFO number.

CDAQMXChInfo::getMXChInfo

Syntax

void getMXChInfo(MXChInfo * pMXChInfo);

Parameters

pMXChInfo

Specify the destination where the channel information data is to be
returned.

Description

Gets the data in a structure. Stores the contents of the data member in the specified
structure.

Reference

getDisplayMax getDisplayMin getFIFOIndex getFIFONo getMXChID
getOriginalMax getOriginalMin getRealMax getRealMin

CDAQMXChInfo::getOriginalMax

Syntax

double getOriginalMax(void);

Description

Gets value of the reference maximum field from the data member.
*Reference minimum value is not used currently.

Return value

Returns the reference maximum value.

CDAQMXChInfo::getOriginalMin

Syntax

double getOriginalMin(void);

Description

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

*Reference minimum value is not used currently.

Return value

Returns the reference minimum value.

2.5 Details of the MX100 Class

Advertising