![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
异步数据报式 Socket 发送器 更多...
#include <rmvl/io/socket.hpp>
Public 成员函数 | |
| Sender (IOContext &io_context, const ip::Protocol &protocol) | |
| 创建异步数据报式 Socket 发送器 | |
| ~Sender ()=default | |
| DgramSocket | create () |
| 异步绑定 Socket | |
| Public 成员函数 继承自 rm::Sender | |
| Sender (const ip::Protocol &protocol) | |
| 创建数据报式 Socket 发送器 | |
| ~Sender () | |
| DgramSocket | create () |
| 同步绑定 Socket(阻塞) | |
额外继承的成员函数 | |
| Protected 成员函数 继承自 rm::Sender | |
| Sender (const ip::Protocol &protocol, bool ov) | |
| Protected 属性 继承自 rm::Sender | |
| ip::Protocol | _protocol |
| 协议 | |
| SocketFd | _fd {INVALID_SOCKET_FD} |
| 未建立会话的 Socket 描述符 | |
异步数据报式 Socket 发送器
| rm::async::Sender::Sender | ( | IOContext & | io_context, |
| const ip::Protocol & | protocol ) |
|
default |
| DgramSocket rm::async::Sender::create | ( | ) |
异步绑定 Socket