Owner manual

7-72 IM MX190-01E
CDAQDARWINSysInfo::getDarwinSystemInfo
Syntax
void getDarwinSystemInfo(DarwinSystemInfo *
pDarwinSystemInfo);
Parameters
pDarwinSystemInfo 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.
CDAQDARWINSysInfo::getDarwinUnitInfo
Syntax
DarwinUnitInfo * getDarwinUnitInfo(int unitNo);
Parameters
unitNo Specify the unit number.
Description
Gets the unit information field from the system data field of the data member
corresponding to the specified unit number.
Returns NULL if the value is outside the range.
Return value
Returns a pointer to the structure.
CDAQDARWINSysInfo::getInterval
Syntax
double getInterval(void);
Description
Gets value of the measurement interval field from the data member.
Return value
Returns the scan interval.
7.4 Details of the DARWIN Class