Go to the documentation of this file.
18 #ifndef IGNITION_LAUNCH__CONFIG_HH_
19 #define IGNITION_LAUNCH__CONFIG_HH_
21 #include <gz/launch/config.hh>
23 #define IGNITION_LAUNCH_MAJOR_VERSION GZ_LAUNCH_MAJOR_VERSION
24 #define IGNITION_LAUNCH_MINOR_VERSION GZ_LAUNCH_MINOR_VERSION
25 #define IGNITION_LAUNCH_PATCH_VERSION GZ_LAUNCH_PATCH_VERSION
27 #define IGNITION_LAUNCH_VERSION GZ_LAUNCH_VERSION
28 #define IGNITION_LAUNCH_VERSION_FULL GZ_LAUNCH_VERSION_FULL
30 #define IGNITION_LAUNCH_VERSION_HEADER GZ_LAUNCH_VERSION_HEADER
32 #define IGNITION_LAUNCH_INITIAL_CONFIG_PATH GZ_LAUNCH_INITIAL_CONFIG_PATH
34 #define IGNITION_LAUNCH_PLUGIN_INSTALL_PATH GZ_LAUNCH_PLUGIN_INSTALL_PATH
42 #ifndef SUPPRESS_IGNITION_HEADER_DEPRECATION
43 #pragma message("ignition namespace is deprecated! Use gz instead!")