MrSID Decode SDK for LiDAR Reference Manual  1.1.3.4427
Base.h File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define LT_BEGIN_C_NAMESPACE
 
#define LT_END_C_NAMESPACE
 

Typedefs

typedef signed char lt_int8
 signed 8-bit integer More...
 
typedef unsigned char lt_uint8
 unsigned 8-bit integer More...
 
typedef signed short lt_int16
 signed 16-bit integer More...
 
typedef unsigned short lt_uint16
 unsigned 16-bit integer More...
 
typedef signed int lt_int32
 signed 32-bit integer More...
 
typedef unsigned int lt_uint32
 unsigned 32-bit integer More...
 
typedef long long int lt_int64
 signed 64-bit integer More...
 
typedef unsigned long long int lt_uint64
 unsigned 64-bit integer More...
 

Macro Definition Documentation

#define LT_BEGIN_C_NAMESPACE

Definition at line 88 of file Base.h.

#define LT_END_C_NAMESPACE

Definition at line 89 of file Base.h.

Typedef Documentation

typedef signed short lt_int16

Definition at line 31 of file Base.h.

typedef signed int lt_int32

Definition at line 35 of file Base.h.

typedef long long int lt_int64

Definition at line 46 of file Base.h.

typedef signed char lt_int8

Definition at line 27 of file Base.h.

typedef unsigned short lt_uint16

Definition at line 33 of file Base.h.

typedef unsigned int lt_uint32

Definition at line 37 of file Base.h.

typedef unsigned long long int lt_uint64

Definition at line 48 of file Base.h.

typedef unsigned char lt_uint8

Definition at line 29 of file Base.h.


LizardTech