![]() |
SoapySDR 0.8.1-g8c6cb7c5
Vendor and platform neutral SDR interface library
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | SoapySDR |
Variables | |
const uint32_t | SoapySDR::U32_ZERO_OFFSET = uint32_t(1<<31) |
const uint16_t | SoapySDR::U16_ZERO_OFFSET = uint16_t(1<<15) |
const uint8_t | SoapySDR::U8_ZERO_OFFSET = uint8_t(1<<7) |
const uint32_t | SoapySDR::S32_FULL_SCALE = uint32_t(1<<31) |
const uint16_t | SoapySDR::S16_FULL_SCALE = uint16_t(1<<15) |
const uint8_t | SoapySDR::S8_FULL_SCALE = uint8_t(1<<7) |