User`s guide

Naming Conventions
1-12
LNK_F_dataPump. Run by the LNK_dataPump IDL object to manage
the transfer of real-time analysis and HST channel data to the host.
HWI_unused. Not actually a function name. This string is used in the
Configuration Tool to mark unused HWI objects.
Note:
Your program code should not call any built-in functions whose names
begin with MOD_F_. These functions are intended to be called only as
function parameters specified within the Configuration Tool.
Symbol names beginning with MOD_ and MOD_F_ (where MOD is any letter
code for a DSP/BIOS module) are reserved for internal use.
1.3.4 Data Type Names
The DSP/BIOS API does not explicitly use the fundamental types of C such
as int or char. Instead, to ensure portability to other processors that support
the DSP/BIOS API, DSP/BIOS defines its own standard data types. In most
cases, the standard DSP/BIOS types are uppercase versions of the
corresponding C types.
The data types, shown in Table 1-2, are defined in the std.h header file.
Table 1-2. DSP/BIOS Standard Data Types:
Additional data types are defined in std.h, but are not used by DSP/BIOS
APIs.
Type Description
Arg Type capable of holding both Ptr and Int arguments
Bool Boolean value
Char Character value
Fxn Pointer to a function
Int Signed integer value
LgInt Large signed integer value
LgUns Large unsigned integer value
Ptr Generic pointer value
String Zero-terminated (\0) sequence (array) of characters
Uns Unsigned integer value
Void Empty type