Programming Guide; Naming Convention; Data Types - ADLINK Technology NuIPC cPCI-7300A User Manual

80mb ultra-high speed 32-ch digital i/o boards
Hide thumbs Also See for NuIPC cPCI-7300A:
Table of Contents

Advertisement

5.2 Programming Guide

5.2.1

Naming Convention

The functions of the NuDAQ PCI cards or NuIPC CompactPCI cards' software
driver are using full-names to represent the functions' real meaning. The
naming convention rules are:
In DOS Environment :
_{hardware_model}_{action_name}. e.g. _7300_Initial().
All functions in PCI-7300A driver are with 7300 as {hardware_model}. But they
can be used by PCI-7300A, cPCI-7300.
In order to recognize the difference between DOS library and Windows 95
library, a capital "
95 DLL driver. e.g. W_7300_Initial() .
5.2.2

Data Types

We defined some data type in Pci_7300.h (DOS) and Acl_pci.h (Windows 95).
These data types are used by NuDAQ Cards' library. We suggest you to use
these data types in your application programs. The following table shows the
data type names and their range.
Type Name
U8
I16
U16
I32
U32
F32
F64
Boolean
48 • C/C++ Libraries
W
" is put on the head of each function name of the Windows
Description
8-bit ASCII character
16-bit signed integer
16-bit unsigned integer
32-bit signed integer
32-bit single-precision
floating-point
32-bit single-precision
floating-point
64-bit double-precision
floating-point
Boolean logic value
Range
0 to 255
-32768 to 32767
0 to 65535
-2147483648 to 2147483647
0 to 4294967295
-3.402823E38 to 3.402823E38
-1.797683134862315E308 to
1.797683134862315E309
TRUE, FALSE

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NuIPC cPCI-7300A and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Nudaq pci-7300aNuipc pci-7300aNudaq cpci-7300a

Table of Contents