8 #ifndef META_OCEAN_DEVICES_SLAM_SLAM_H
9 #define META_OCEAN_DEVICES_SLAM_SLAM_H
39 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
40 #ifdef USE_OCEAN_DEVICES_SLAM_EXPORT
41 #define OCEAN_DEVICES_SLAM_EXPORT __declspec(dllexport)
43 #define OCEAN_DEVICES_SLAM_EXPORT __declspec(dllimport)
46 #define OCEAN_DEVICES_SLAM_EXPORT
55 #if defined(OCEAN_RUNTIME_STATIC) || defined(_ANDROID)
void registerSLAMLibrary()
Registers this SLAM device library at the global device manager.
OCEAN_DEVICES_SLAM_EXPORT std::string nameSLAMLibrary()
Returns the name of this devices library.
bool unregisterSLAMLibrary()
Unregisters this SLAM device library at the global device manager.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15