SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Macros | Typedefs
rtptypes_win.h File Reference

Go to the source code of this file.

Macros

#define INTTYPES_DEFINED
 

Typedefs

typedef char int8_t
 
typedef unsigned char uint8_t
 
typedef short int16_t
 
typedef unsigned short uint16_t
 
typedef int int32_t
 
typedef unsigned int uint32_t
 
typedef __int64 int64_t
 
typedef unsigned __int64 uint64_t
 

Macro Definition Documentation

◆ INTTYPES_DEFINED

#define INTTYPES_DEFINED

Definition at line 39 of file rtptypes_win.h.

Typedef Documentation

◆ int16_t

typedef short int16_t

Definition at line 43 of file rtptypes_win.h.

◆ int32_t

typedef int int32_t

Definition at line 45 of file rtptypes_win.h.

◆ int64_t

typedef __int64 int64_t

Definition at line 47 of file rtptypes_win.h.

◆ int8_t

typedef char int8_t

Definition at line 41 of file rtptypes_win.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 44 of file rtptypes_win.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 46 of file rtptypes_win.h.

◆ uint64_t

typedef unsigned __int64 uint64_t

Definition at line 48 of file rtptypes_win.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 42 of file rtptypes_win.h.