|
waterlinkedsonar
C++ client library for the Water Linked Sonar 3D-15
|
How the sonar streams data, from GET/POST /udp. More...
#include <waterlinkedsonar/types.hpp>
Public Types | |
| enum class | Mode : std::uint8_t { MULTICAST , UNICAST , DISABLED } |
Public Attributes | |
| Mode | mode {Mode::MULTICAST} |
| std::string | unicast_destination_ip |
| Used only when mode is UNICAST. | |
| std::uint16_t | unicast_destination_port {0} |
| Used only when mode is UNICAST. | |
How the sonar streams data, from GET/POST /udp.
|
strong |
| Mode waterlinked::sonar::UdpConfig::mode {Mode::MULTICAST} |
| std::string waterlinked::sonar::UdpConfig::unicast_destination_ip |
Used only when mode is UNICAST.
| std::uint16_t waterlinked::sonar::UdpConfig::unicast_destination_port {0} |
Used only when mode is UNICAST.