1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-15 23:10:11 -07:00
2021-09-09 08:14:28 -07:00

21 lines
321 B
C++

/*
* DebugMsgHandler.hpp
*
* Created on: Jul 8, 2021
* Author: peter
*/
#ifndef INC_DEBUGMSGHANDLER_HPP_
#define INC_DEBUGMSGHANDLER_HPP_
#include <NMEA2000.h>
class DebugMsgHandler: public tNMEA2000::tMsgHandler
{
public:
void HandleMsg(const tN2kMsg &N2kMsg);
};
#endif /* INC_DEBUGMSGHANDLER_HPP_ */