Add log and screen data from the data when header data is missing.

This commit is contained in:
Jonathan Naylor
2018-02-27 18:25:09 +00:00
parent b2fd2e47b8
commit e843115928
2 changed files with 49 additions and 57 deletions

View File

@@ -105,6 +105,7 @@ private:
void closeFile();
bool checkCallsign(const unsigned char* callsign) const;
void processNetCallsigns(const unsigned char* data);
};
#endif