Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
// --------------------------------------------------------------
|
||||
#ifndef RADIO_TYPES_H
|
||||
#define RADIO_TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
// --------------------------------------------------------------
|
||||
// RF Types
|
||||
// --------------------------------------------------------------
|
||||
#ifndef PI
|
||||
#define PI 3.1415926535897932384626433832795
|
||||
#endif
|
||||
|
||||
#define RADIO_POWER_EPS (1E-12)
|
||||
|
||||
#define MAP_MODE_PSK 0
|
||||
#define MAP_MODE_QAM 1
|
||||
#define MAP_MODE_PIN 2
|
||||
|
||||
#ifndef radio_float_t
|
||||
#define radio_float_t float
|
||||
#endif
|
||||
|
||||
typedef uint32_t symbol_t;
|
||||
typedef uint8_t data_t;
|
||||
|
||||
|
||||
// --------------------------------------------------------------
|
||||
#endif // RADIO_TYPES_H
|
||||
Reference in New Issue
Block a user