#include <goby/middleware/io/cobs/tcp_server.h>
|
template<class Thread > |
void | cobs_async_write (Thread *this_thread, std::shared_ptr< const goby::middleware::protobuf::IOData > io_msg) |
|
template<class Thread , class ThreadBase > |
void | cobs_async_read (Thread *this_thread, std::shared_ptr< ThreadBase > self) |
|
template<typename TCPServerThreadType>
class goby::middleware::io::TCPSessionCOBS< TCPServerThreadType >
Definition at line 58 of file tcp_server.h.
◆ TCPSessionCOBS()
template<typename TCPServerThreadType >
◆ cobs_async_read
template<typename TCPServerThreadType >
template<class Thread , class ThreadBase >
void cobs_async_read |
( |
Thread * |
this_thread, |
|
|
std::shared_ptr< ThreadBase > |
self = std::shared_ptr<ThreadBase>() |
|
) |
| |
|
friend |
◆ cobs_async_write
template<typename TCPServerThreadType >
template<class Thread >
void cobs_async_write |
( |
Thread * |
this_thread, |
|
|
std::shared_ptr< const goby::middleware::protobuf::IOData > |
io_msg |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: