RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1
12#ifndef RTCTK_CONFIG_HPP
13#define RTCTK_CONFIG_HPP
14
33#define RTCTK_API __attribute__((visibility("default")))
34
60#define RTCTK_LOCAL __attribute__((visibility("hidden")))
61
62#ifndef UNIT_TEST
63#define RTCTK_NOEXCEPT noexcept
64#else
65#define RTCTK_NOEXCEPT
66#endif
67
68#endif // #ifndef RTCTK_CONFIG_HPP