Owner manual
7-71
IM MX190-01E
DARWIN - Visual C++ -
7
Member Access
getDarwinUnitInfo Gets the unit information structure.
getDarwinModuleInfo Gets the module information structure.
Private Members
None
Member Functions (Alphabetical Order)
CDAQDARWINSysInfo::CDAQDARWINSysInfo
Syntax
CDAQDARWINSysInfo(double interval = 0.0, DarwinSystemInfo *
pDarwinSystemInfo = NULL);
virtual ~CDAQDARWINSysInfo(void);
Parameters
interval Specify the scan interval.
pDarwinSystemInfo Specify the system configuration data.
Description
Constructs or destructs an object.
When constructing, the specified data is stored in the data member. If not specified,
the data member is initialized.
Reference
setDarwinSystemInfo
CDAQDARWINSysInfo::getDarwinModuleInfo
Syntax
DarwinModuleInfo * getDarwinModuleInfo(int unitNo, int
slotNo);
Parameters
unitNo Specify the unit number.
slotNo Specify the slot number.
Description
Gets the module information field from the system data field of the data member
corresponding to the specified unit number and slot number.
Returns NULL if the value is outside the range.
Return value
Returns a pointer to the structure.
7.4 Details of the DARWIN Class