Owner manual
7-70 IM MX190-01E
CDAQDARWINSysInfo Class
This class stores the system configuration data and the scan interval of the
DARWIN series.
It is a wrapper class of the DarwinSystemInfo structure.
Stores the data that is retrieved when the system configuration data through the
talker function is retrieved.
This class can be used as an interface for retrieving system configuration data when
retrieving system configuration data.
Public Members
Construct/Destruct
CDAQDARWINSysInfo Constructs an object.
~CDAQDARWINSysInfo Destructs an object.
Structure Manipulation
getDarwinSystemInfo Gets the data in a structure.
setDarwinSystemInfo Sets the data in a structure.
initDarwinSystemInfo Initializes the data in a structure.
Member Data Manipulation
initialize Initializes the data member.
getInterval Gets the scan interval.
isExist Checks the presence or absence of the unit.
getModuleName Gets the module name.
setLine Stores the system configuration data from the
string.
getModuleCode Gets the internal code of the module.
Utilities
toRelayName Converts the relay value into a string.
isObject Checks an object.
Operator
operator= Executes substitution.
Protected Members
Data Members
m_nInterval Field for storing the scan interval.
m_systemInfo Field for storing the system configuration data.
7.4 Details of the DARWIN Class