Classes | Namespaces | Functions
udp.hh File Reference
#include <atomic>
#include <thread>
#include <vector>
#include "details/legacy/ip.hh"
Include dependency graph for udp.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  multisense::legacy::NetworkSocket
 Convenience network socket object which contains the data corresponding to our connection. More...
 
class  multisense::legacy::UdpReceiver
 Convenience object which receives data from a UDP socket and dispatches to a user defined callback. This object internally manages a single receive thread which is used to read data off the socket, and dispatch to the user callback. Note that the dispatch is serial with the UDP receive commands, so blocking callbacks will cause data to be dropped. More...
 

Namespaces

 multisense
 
 multisense::legacy
 

Functions

int64_t multisense::legacy::publish_data (const NetworkSocket &socket, const std::vector< uint8_t > &data)
 Convenience function used to user specified data out on the host's UDP socket. More...
 

Detailed Description

Copyright 2013-2025 Carnegie Robotics, LLC 4501 Hatfield Street, Pittsburgh, PA 15201 http://www.carnegierobotics.com

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CARNEGIE ROBOTICS, LLC BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Significant history (date, user, job code, action): 2024-12-24, malva.nosp@m.rado.nosp@m.@carn.nosp@m.egie.nosp@m.robot.nosp@m.ics..nosp@m.com, IRAD, Created file.

Definition in file udp.hh.



multisense_lib
Author(s):
autogenerated on Thu Apr 17 2025 02:49:09