OpenCPN Partial API docs
|
Interface implemented by transport layer and possible other parties like test code which should handle incoming messages. More...
#include <comm_driver.h>
Public Member Functions | |
virtual void | Notify (std::shared_ptr< const NavMsg > message)=0 |
Handle a received message. | |
virtual void | Notify (const AbstractCommDriver &driver)=0 |
Handle driver status change. | |
Interface implemented by transport layer and possible other parties like test code which should handle incoming messages.
Definition at line 47 of file comm_driver.h.