Data types, 3 running testing utility (7250util.exe), Running testing utility (7250util.exe) – ADLINK cPCI-7252 User Manual
Page 38: Table 5-1: data types

28
C/C++ Libraries
In order to recognize the difference between the DOS library and
Windows 95 library, a capital "W" is placed at the start of each
function name for Windows 95 DLL drivers. e.g.
W_7252_Initial().
Data Types
We have defined some data types in the Pci_7250.h (DOS) and
Acl_pci.h (Windows 95) header files. These data types are used
by the NuDAQ card library. We recommend you use these data
types in your application programs. The following table shows the
data type names and their range.
5.3 Running Testing Utility (7250UTIL.EXE)
After finishing the DOS installation, you can execute the utility by
typing the following command:
The following:
C> cd\ADLINK\7252\DOS\UTIL
(“cd\ADLINK\7250\DOS\util” for PCI-7250)
C> 7252UTIL
The following interface will be displayed on the screen.
Type Name
Description
Range
U8
8-bit ASCII character
0 to 255
I16
16-bit signed integer
-32768 to 32767
U16
16-bit unsigned integer
0 to 65535
I32
32-bit signed long integer
-2147483648 to 2147483647
U32
32-bit unsigned long integer
0 to 4294967295
F32
32-bit single-precision floating-point
-3.402823E38 to
3.402823E38
F64
64-bit double-precision floating-point
-1.797683134862315E308 to
1.797683134862315E309
Boolean
Boolean logic value
TRUE, FALSE
Table 5-1: Data Types