mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
more work on debugging the pager decoder
This commit is contained in:
@ -23,6 +23,8 @@ namespace pocsag {
|
||||
|
||||
class Decoder {
|
||||
public:
|
||||
Decoder();
|
||||
|
||||
void process(uint8_t* symbols, int count);
|
||||
|
||||
NewEvent<Address, MessageType, const std::string&> onMessage;
|
||||
@ -44,5 +46,6 @@ namespace pocsag {
|
||||
std::string msg;
|
||||
|
||||
uint32_t lastMsgData;
|
||||
bool leftInLast = 0;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user