driver.h
Go to the documentation of this file.
1 
41 #pragma once
42 #include "network.h"
43 #include <opencv2/highgui/highgui.hpp>
44 #include <boost/property_tree/xml_parser.hpp>
45 #include <boost/lexical_cast.hpp>
46 #include <boost/algorithm/string.hpp>
47 #include <boost/foreach.hpp>
48 #include <ros/assert.h>
49 
50 //for 64bit
51 #if defined(__linux__)
52 # include <endian.h>
53 #elif defined(__FreeBSD__) || defined(__NetBSD__)
54 # include <sys/endian.h>
55 #elif defined(__OpenBSD__)
56 # include <sys/types.h>
57 # define be16toh(x) betoh16(x)
58 # define be32toh(x) betoh32(x)
59 # define be64toh(x) betoh64(x)
60 #endif
61 
62 namespace Driver_3DCS {
63 
64 #include "data.h"
65 #include "device.h"
66 
67 }


sick_visionary_t_driver
Author(s): Joshua Hampp
autogenerated on Mon Jun 10 2019 15:09:27