ROSaic
Macros
ssn_types.hpp File Reference

Aims at making the C++ code as portable as possible, by dealing with all compilers except for MS compilers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FW_EXPORT
 

Detailed Description

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.

Date
17/08/20

Definition in file ssn_types.hpp.

Macro Definition Documentation

◆ FW_EXPORT

#define FW_EXPORT

Definition at line 60 of file ssn_types.hpp.