ROSaic
|
Aims at making the C++ code as portable as possible, by dealing with all compilers except for MS compilers. More...
Go to the source code of this file.
Macros | |
#define | FW_EXPORT |
Aims at making the C++ code as portable as possible, by dealing with all compilers except for MS compilers.
MS compilers are disregarded since ROS Windows is not supported. Here we declare Septentrio types and implement common C/C++ types which are not implemented by every compiler. If your compiler does not support the standard C99 types from stdint.h
and stdbool.h
, please define them for your platform.
Definition in file ssn_types.hpp.
#define FW_EXPORT |
Definition at line 60 of file ssn_types.hpp.