C/C++ Programming Library - ADLINK Technology RTV Series User Manual

Multi-channel real-time video frame grabber series
Table of Contents

Advertisement

5.2 C/C++ Programming Library

Function prototypes and common data types are defined in
Angelo.h. The Angelo series library uses these data types. We
suggest that these data types be used in your application pro-
grams. The following table shows the data types and their range:
Type Name
U8
8-bit ASCII character
I16
U16
16-bit unsigned integer
I32
32-bit long integer
U32
32-bit unsigned long integer
F32
F64
64-bit double float
Boolean
Function Library
Description
16-bit integer
32-bit float
Boolean logic
Table 5-2: C/C++ Data Types
-32768 to 32767
-2147483648 to 2147483647
0 to 4294967295
-3.402823E38 to 3.402823E38
-1.797683134862315E308 to 1.797683134862315E309
TRUE, FALSE
Range
0 to 255
0 to 65535
83

Advertisement

Table of Contents
loading

Table of Contents