OpenCPN Partial API docs
|
Synchronized buffer for outbound, line oriented data. More...
#include <comm_buffers.h>
Public Member Functions | |
void | Put (const std::string line) |
Insert line in buffer. | |
bool | Get (std::string &line) |
Retrieve a line in buffer. | |
Synchronized buffer for outbound, line oriented data.
Definition at line 40 of file comm_buffers.h.
bool OutputBuffer::Get | ( | std::string & | line | ) |
Retrieve a line in buffer.
Definition at line 34 of file comm_buffers.cpp.
void OutputBuffer::Put | ( | const std::string | line | ) |
Insert line in buffer.
Definition at line 29 of file comm_buffers.cpp.