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

prepare message for AIS

This commit is contained in:
andreas
2021-11-01 11:19:46 +01:00
parent a57d91c63d
commit 8d1895ad3a
2 changed files with 35 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ class NMEA0183DataToN2K{
NMEA0183DataToN2K(GwLog *logger,GwBoatData *boatData,N2kSender callback);
virtual bool parseAndSend(const char *buffer, int sourceId);
virtual unsigned long *handledPgns()=0;
virtual int numConverters()=0;
static NMEA0183DataToN2K* create(GwLog *logger,GwBoatData *boatData,N2kSender callback);
};
#endif