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.
|
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 |
#define INTTYPES_DEFINED |
Definition at line 39 of file rtptypes_win.h.
typedef short int16_t |
Definition at line 43 of file rtptypes_win.h.
typedef int int32_t |
Definition at line 45 of file rtptypes_win.h.
typedef __int64 int64_t |
Definition at line 47 of file rtptypes_win.h.
typedef char int8_t |
Definition at line 41 of file rtptypes_win.h.
typedef unsigned short uint16_t |
Definition at line 44 of file rtptypes_win.h.
typedef unsigned int uint32_t |
Definition at line 46 of file rtptypes_win.h.
typedef unsigned __int64 uint64_t |
Definition at line 48 of file rtptypes_win.h.
typedef unsigned char uint8_t |
Definition at line 42 of file rtptypes_win.h.