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.
Classes | Enumerations
fcdtraits.h File Reference
#include <inttypes.h>
+ Include dependency graph for fcdtraits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fcd_traits< FCDType >
 
struct  fcd_traits< Pro >
 
struct  fcd_traits< ProPlus >
 

Enumerations

enum  fcd_type { Pro, ProPlus }
 

Enumeration Type Documentation

◆ fcd_type

enum fcd_type
Enumerator
Pro 
ProPlus 

Definition at line 23 of file fcdtraits.h.

24 {
25  Pro,
26  ProPlus
27 } fcd_type;
fcd_type
Definition: fcdtraits.h:23
Definition: fcdtraits.h:25