Namespace for the primitive communication layer implementation. More...
| Classes | |
| class | UdpClientImpl | 
| Helper for asynchronously sending and receiving data via UDP.  More... | |
| Typedefs | |
| using | ErrorCallback = std::function< void(const std::string &)> | 
| using | NewMessageCallback = std::function< void(const data_conversion_layer::RawDataConstPtr &, const std::size_t &, const int64_t ×tamp)> | 
| Enumerations | |
| enum | ReceiveMode { ReceiveMode::single, ReceiveMode::continuous } | 
| Lists the different possible receive modi.  More... | |
Namespace for the primitive communication layer implementation.
| using psen_scan_v2_standalone::communication_layer::ErrorCallback = typedef std::function<void(const std::string&)> | 
Definition at line 50 of file udp_client.h.
| using psen_scan_v2_standalone::communication_layer::NewMessageCallback = typedef std::function<void(const data_conversion_layer::RawDataConstPtr&, const std::size_t&, const int64_t& timestamp)> | 
Definition at line 49 of file udp_client.h.
Lists the different possible receive modi.
Definition at line 55 of file udp_client.h.