Owner manual

2-15
IM MX190-01E
MX100 -Visual C++
2
2.4 Details of the MX100/DARWIN Common Class
The classes are listed in alphabetical order by the class name.
CDAQChInfo Class
This class is a base class of the channel information data.
If necessary, you can override member data manipulation with an inheritance class.
A function is provided that checks whether the instance has inherited this class.
You can override with an inheritance class.
Public Members
Construct/Destruct
CDAQChInfo Constructs an object.
~CDAQChInfo Destructs an object.
Member Data Manipulation
initialize Initializes the data member.
getChType Gets the channel type.
getChNo Gets the channel number.
getPoint Gets the decimal point position.
setChType Sets the channel type.
setChNo Sets the channel number.
setPoint Sets the decimal point position.
Utilities
isObjedt Checks an object.
Operator
operator= Executes substitution.
Protected Members
Data Members
m_chType Field for storing the channel type.
m_chNo Field for storing the channel number.
m_point Field for storing the decimal point position.