OpenCPN Partial API docs
Loading...
Searching...
No Matches
std_serial_io.cpp File Reference

SerialIo asynchronous implementation based on the serial/serial.h header. More...

#include <memory>
#include <string>
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <mutex>
#include <queue>
#include <thread>
#include <vector>
#include <wx/log.h>
#include <wx/string.h>
#include <wx/utils.h>
#include "model/comm_buffers.h"
#include "model/comm_drv_registry.h"
#include "model/logger.h"
#include "model/serial_io.h"
#include "serial/serial.h"

Go to the source code of this file.

Classes

class  StdSerialIo
 SerialIo implementation based on serial/serial.h. More...
 

Detailed Description

SerialIo asynchronous implementation based on the serial/serial.h header.

Used on all platforms besides Android.

Definition in file std_serial_io.cpp.