|
SRS-control 0.1.4
|
#include <Connections.hpp>

Public Member Functions | |
| Starter (std::string_view name) | |
| Starter () | |
| void | close () |
| Public Member Functions inherited from srs::connection::CommandBase | |
| CommandBase (const std::string_view name) | |
| void | send_message_from (this auto &&self, const std::shared_ptr< FecCommandSocket > &socket) |
| auto | check_response (std::span< char > response_msg) const -> bool |
| void | set_remote_endpoint (asio::ip::udp::endpoint endpoint) |
| auto | get_name () const -> std::string_view |
| auto | get_remote_endpoint () -> const udp::endpoint & |
| auto | get_response_msg () const -> std::string_view |
| auto | get_remote_ip_string () const |
| auto | get_remote_port () const |
Static Public Member Functions | |
| static auto | get_send_suffix () -> const auto & |
| static auto | get_suffix () -> std::span< const CommunicateEntryType > |
Static Private Attributes | |
| static constexpr std::array< CommunicateEntryType, 3 > | send_suffix_ = { 0, 15, 1 } |
Additional Inherited Members | |
| Protected Member Functions inherited from srs::connection::CommandBase | |
| void | set_write_response_msg (const std::vector< CommunicateEntryType > &msg, uint16_t address) |
Definition at line 20 of file Connections.hpp.
|
explicit |
Definition at line 11 of file Connections.cpp.
| srs::connection::Starter::Starter | ( | ) |
Definition at line 18 of file Connections.cpp.
| void srs::connection::Starter::close | ( | ) |
|
inlinestatic |
Definition at line 26 of file Connections.hpp.
|
inlinestatic |
Definition at line 27 of file Connections.hpp.
|
staticconstexprprivate |
Definition at line 33 of file Connections.hpp.