#include <string>
#include <iostream>
#include <mutex>
#include <condition_variable>
#include <deque>
#include <array>
#include <boost/bind.hpp>
#include <boost/asio.hpp>
#include <boost/thread.hpp>
#include <boost/circular_buffer.hpp>
#include <pepperl_fuchs_r2000/packet_structure.h>
Go to the source code of this file.
Classes | |
class | pepperl_fuchs::ScanDataReceiver |
Receives data of the laser range finder via IP socket Receives the scanner data with asynchronous functions of the Boost::Asio library. More... | |
Namespaces | |
namespace | pepperl_fuchs |
Defines | |
#define | BOOST_CB_DISABLE_DEBUG |
#define BOOST_CB_DISABLE_DEBUG |
Definition at line 14 of file scan_data_receiver.h.