| 
    libsdr
    0.1.0
    
   A simple SDR library 
   | 
 
Template specialization of type tratis for uint8_t scalar. More...
#include <traits.hh>
Public Types | |
| typedef uint8_t | Scalar | 
| The scalar type.  More... | |
| typedef uint8_t | RScalar | 
| The real scalar type.  More... | |
| typedef uint16_t | SScalar | 
| The compute scalar type.  More... | |
Static Public Attributes | |
| static const float | scale | 
| The scaleing factor from floating point to integer.  More... | |
| static const size_t | shift | 
| Shift from Scalar to SScalar.  More... | |
| static const Config::Type | scalarId = Config::Type_u8 | 
| The type id of the scalar type.  More... | |
Template specialization of type tratis for uint8_t scalar.
| typedef uint8_t sdr::Traits< uint8_t >::RScalar | 
The real scalar type.
| typedef uint8_t sdr::Traits< uint8_t >::Scalar | 
The scalar type.
| typedef uint16_t sdr::Traits< uint8_t >::SScalar | 
The compute scalar type.
      
  | 
  static | 
The type id of the scalar type.
      
  | 
  static | 
The scaleing factor from floating point to integer.
      
  | 
  static | 
Shift from Scalar to SScalar.
 1.8.9.1