mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
intermediate: fix some n2k->xdr mappings, add backwards conversions
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "GwLog.h"
|
||||
#include "GwBoatData.h"
|
||||
#include "N2kMessages.h"
|
||||
#include "GwXDRMappings.h"
|
||||
|
||||
class NMEA0183DataToN2K{
|
||||
public:
|
||||
@@ -18,6 +19,7 @@ class NMEA0183DataToN2K{
|
||||
virtual int numConverters()=0;
|
||||
virtual String handledKeys()=0;
|
||||
static NMEA0183DataToN2K* create(GwLog *logger,GwBoatData *boatData,N2kSender callback,
|
||||
GwXDRMappings *xdrMappings,
|
||||
unsigned long minSendInterval);
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user