mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-19 23:20:27 -04:00
Bitrate and flags for POCSAG packets, trim bugfix
This commit is contained in:
parent
04cdafe387
commit
5de6349199
6 changed files with 121 additions and 76 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
}
|
||||
|
||||
void on_packet(const pocsag::POCSAGPacket& packet, const uint32_t frequency);
|
||||
void on_decoded(const pocsag::POCSAGPacket& packet, const std::string text, const uint32_t address, const uint32_t function);
|
||||
void on_decoded(const pocsag::POCSAGPacket& packet, const std::string info, const std::string text);
|
||||
|
||||
private:
|
||||
LogFile log_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue