<+description of block+>
More...
#include <m17_decoder.h>
|
| static sptr | make (bool debug_data, bool debug_ctrl, float threshold, bool callsign, bool signed_str, int encr_type, std::string key, std::string seed) |
| | Return a shared_ptr to a new instance of m17::m17_decoder.
|
◆ sptr
◆ encr_t
| Enumerator |
|---|
| ENCR_NONE | |
| ENCR_SCRAM | |
| ENCR_AES | |
| ENCR_RES | |
◆ make()
| sptr gr::m17::m17_decoder::make |
( |
bool | debug_data, |
|
|
bool | debug_ctrl, |
|
|
float | threshold, |
|
|
bool | callsign, |
|
|
bool | signed_str, |
|
|
int | encr_type, |
|
|
std::string | key, |
|
|
std::string | seed ) |
|
static |
◆ scrambler_seed_calculation()
| virtual uint32_t gr::m17::m17_decoder::scrambler_seed_calculation |
( |
int8_t | subtype, |
|
|
uint32_t | key, |
|
|
int | fn ) |
|
pure virtual |
◆ scrambler_sequence_generator()
| virtual void gr::m17::m17_decoder::scrambler_sequence_generator |
( |
| ) |
|
|
pure virtual |
◆ set_callsign()
| virtual void gr::m17::m17_decoder::set_callsign |
( |
bool | callsign | ) |
|
|
pure virtual |
◆ set_key()
| virtual void gr::m17::m17_decoder::set_key |
( |
std::string | key | ) |
|
|
pure virtual |
◆ set_seed()
| virtual void gr::m17::m17_decoder::set_seed |
( |
std::string | seed | ) |
|
|
pure virtual |
◆ set_signed()
| virtual void gr::m17::m17_decoder::set_signed |
( |
bool | signed_str | ) |
|
|
pure virtual |
◆ set_threshold()
| virtual void gr::m17::m17_decoder::set_threshold |
( |
float | threshold | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: