Cdaqmxsysinfo::getmoduleversion, Cdaqmxsysinfo::getmxmoduledata, Cdaqmxsysinfo::getmxsysteminfo – Yokogawa PC-Based MX100 User Manual
Page 223
2-200
IM MX190-01E
CDAQMXSysInfo::getModuleVersion
Syntax
int getModuleVersion(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Gets the module version of the module corresponding to the specified module
number from the System configuration data field of the data member.
Returns 0 if it does not exist.
Return value
Returns the module version.
Reference
getMXModuleData
CDAQMXSysInfo::getMXModuleData
Syntax
MXModuleData * getMXModuleData(int moduleNo);
Parameters
moduleNo
Specify the module number.
Description
Gets the structure of the specified module number from the System configuration
data field of the data member.
Returns NULL if it does not exist.
Return value
Returns a pointer to the structure.
CDAQMXSysInfo::getMXSystemInfo
Syntax
void getMXSystemInfo(MXSystemInfo * pMXSystemInfo);
Parameters
pMXSystemInfo Specify the destination where the system configuration data is to
be returned.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
2.5 Details of the MX100 Class