#include "sick_scan/sick_scan_base.h"
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <queue>
#include <thread>
Go to the source code of this file.
Classes | |
class | sick_scansegment_xd::Fifo< T > |
class | sick_scansegment_xd::PayloadFifo |
Namespaces | |
sick_scansegment_xd | |
Macros | |
#define | __SICK_SCANSEGMENT_XD_FIFO_H |
Typedefs | |
typedef std::chrono::system_clock | fifo_clock |
typedef std::chrono::time_point< std::chrono::system_clock > | fifo_timestamp |
typedef std::chrono::system_clock fifo_clock |
typedef std::chrono::time_point<std::chrono::system_clock> fifo_timestamp |