7cdaqdarwinchinfo class, Public members – Yokogawa PC-Based MX100 User Manual

Page 441

Advertising
background image

7-43

IM MX190-01E

DARWIN - Visual C++ -

7

CDAQDARWINChInfo Class

CDAQChInfo

CDAQDARWINChInfo

This class is derived from the CDAQChInfo class.
It is a class for storing the channel information data of the DARWIN series.

It is a wrapper class of the DarwinChInfo structure.
It stores the following types of data that is retrieved when the channel information

data of the talker function is retrieved.
• Channel type

• Channel number
• Decimal point position

• Channel status
• Unit name

Member functions are provided that analyze and store the output format strings
below.

S1S2CCCUUUUUU,P

Public Members

Construct/Destruct

CDAQDARWINChInfo

Constructs an object.

~CDAQDARWINChInfo

Destructs an object.

Structure Manipulation

getDarwinChInfo

Gets the data in a structure.

setDarwinChInfo

Sets the data in a structure.

initDarwinChInfo

Initializes the data in a structure.

Member Data Manipulation

getChStatus

Gets the channel status.

getUnit

Gets the unit name.

setChStatus

Sets the channel status.

setUnit

Sets the unit name.

Output Format Manipulation

setLine

Analyzes the data in the output format (line format)

of the channel information data and stores the
information to the data member.

7.4 Details of the DARWIN Class

Advertising