mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Move ais_baseband code to app_ais.
This commit is contained in:
@@ -26,7 +26,16 @@
|
||||
#include "message.hpp"
|
||||
#include "log_file.hpp"
|
||||
|
||||
#include "ais_baseband.hpp"
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
namespace baseband {
|
||||
namespace ais {
|
||||
|
||||
using decoded_packet = std::pair<std::string, std::string>;
|
||||
|
||||
} /* namespace ais */
|
||||
} /* namespace baseband */
|
||||
|
||||
class AISModel {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user