OpenCPN Partial API docs
DriverListener Class Referenceabstract

Interface implemented by transport layer and possible other parties like test code which should handle incoming messages. More...

#include <comm_driver.h>

Inheritance diagram for DriverListener:
NavMsgBus VoidDriverListener

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: