21 #ifndef INCLUDED_HPSDR_HERMESWB_H 22 #define INCLUDED_HPSDR_HERMESWB_H 25 #include <gnuradio/block.h> 38 typedef boost::shared_ptr<hermesWB>
sptr;
48 static sptr make(
int RxPre=0,
const char* Intfc=
"eth0",
const char * ClkS=
"0xF8",
49 int AlexRA=0,
int AlexTA=0,
int AlexHPF=0x20,
int AlexLPF=0x10,
50 const char* MACAddr=
"*");
52 void set_RxPreamp(
int);
53 void set_ClockSource(
const char *);
54 void set_AlexRxAntenna(
int);
55 void set_AlexTxAntenna(
int);
56 void set_AlexRxHPF(
int);
57 void set_AlexTxLPF(
int);
boost::shared_ptr< hermesWB > sptr
Definition: hermesWB.h:38
<+description of block+>
Definition: hermesWB.h:35
Definition: hermesNB.h:27
#define HPSDR_API
Definition: api.h:31