Move ais_baseband code to app_ais.

This commit is contained in:
Jared Boone
2015-12-02 09:31:14 -08:00
parent 57aed55cc7
commit 4baf2a06f2
4 changed files with 339 additions and 338 deletions
+10 -1
View File
@@ -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: