9 #ifndef FAIR_MQ_SDK_DDSENVIRONMENT_H 10 #define FAIR_MQ_SDK_DDSENVIRONMENT_H 12 #include <boost/filesystem.hpp> 27 using Path = boost::filesystem::path;
32 auto GetLocation()
const -> Path;
33 auto GetConfigHome()
const -> Path;
35 friend auto operator<<(std::ostream& os,
DDSEnvironment env) -> std::ostream&;
38 std::shared_ptr<Impl> fImpl;
Definition: DDSEnvironment.cxx:23
Tools for interfacing containers to the transport via polymorphic allocators.
Definition: DeviceRunner.h:23
Sets up the DDS environment (object helper)
Definition: DDSEnvironment.h:24