1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 14:33:07 +01:00

initial import of ais stuff

This commit is contained in:
andreas
2021-10-21 19:38:57 +02:00
parent 63eb317816
commit c63a9bb689
6 changed files with 1098 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <math.h>
#include "N2kDataToNMEA0183.h"
#include <map>
#include "NMEA0183AISMessages.h"
class N2kToNMEA0183Functions : public N2kDataToNMEA0183
{
typedef void (N2kToNMEA0183Functions::*N2KConverter)(const tN2kMsg &N2kMsg);