OpenCPN Partial API docs
|
Implement comm_drv_loopback.h – Accept messages, treat them as received. More...
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <algorithm>
#include <cctype>
#include <memory>
#include <string>
#include <vector>
#include <wx/jsonreader.h>
#include <wx/log.h>
#include <wx/string.h>
#include "model/comm_drv_loopback.h"
#include "model/comm_navmsg.h"
#include "model/ocpn_utils.h"
Go to the source code of this file.
Typedefs | |
using | NavMsgPtr = shared_ptr< const NavMsg > |
Implement comm_drv_loopback.h – Accept messages, treat them as received.
Definition in file comm_drv_loopback.cpp.
using NavMsgPtr = shared_ptr<const NavMsg> |
Definition at line 47 of file comm_drv_loopback.cpp.