|
OpenCPN Partial API docs
|
Implement std_serial_io.h – * 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... | |
Implement std_serial_io.h – * SerialIo asynchronous implementation based on the serial/serial.h header.
Definition in file std_serial_io.cpp.