DAS  3.1.6 - 18/09/2017
Macros | Typedefs
Windows/Unix variable types definitions

Macros

#define DCL_VARTYPES
 

Typedefs

typedef float F32
 4 byte floating point More...
 
typedef double F64
 8 byte floating point More...
 
typedef short int S16
 2 byte with sign, -32768+32767 More...
 
typedef long S32
 4 byte with sign, range +2147483647-2147483647 More...
 
typedef char S8
 1 byte with sign, range -128+127 More...
 
typedef char STR
 1 byte with sign, range -128+127 More...
 
typedef short unsigned U16
 2 byte without sign, range 0-65535 More...
 
typedef unsigned long U32
 4 byte without sign, range 0-4294967295 More...
 
typedef unsigned char U8
 1 byte without sign, range 0-255 More...
 

Detailed Description

Macro Definition Documentation

§ DCL_VARTYPES

#define DCL_VARTYPES

Definition at line 370 of file dcldef.h.

Typedef Documentation

§ F32

typedef float F32

4 byte floating point

Definition at line 378 of file dcldef.h.

§ F64

typedef double F64

8 byte floating point

Definition at line 379 of file dcldef.h.

§ S16

typedef short int S16

2 byte with sign, -32768+32767

Definition at line 374 of file dcldef.h.

§ S32

typedef long S32

4 byte with sign, range +2147483647-2147483647

Definition at line 377 of file dcldef.h.

§ S8

typedef char S8

1 byte with sign, range -128+127

Definition at line 372 of file dcldef.h.

§ STR

typedef char STR

1 byte with sign, range -128+127

Definition at line 373 of file dcldef.h.

§ U16

typedef short unsigned U16

2 byte without sign, range 0-65535

Definition at line 375 of file dcldef.h.

§ U32

typedef unsigned long U32

4 byte without sign, range 0-4294967295

Definition at line 376 of file dcldef.h.

§ U8

typedef unsigned char U8

1 byte without sign, range 0-255

Definition at line 371 of file dcldef.h.

______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:05 for DAS - Rel. 3.1.6 - 18/09/2017.