host.hpp
Go to the documentation of this file.
1 #ifndef _ASTRA_ROS_HOST_HPP_
2 #define _ASTRA_ROS_HOST_HPP_
3 
4 // Endianess
5 #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
6 #define ASTRA_ROS_LITTLE_ENDIAN
7 #else
8 #define ASTRA_ROS_BIG_ENDIAN
9 #endif
10 
11 #endif


astra_ros
Author(s): Braden McDorman
autogenerated on Wed Mar 2 2022 00:53:06