41 #ifndef __OPENFLUID_FLUIDX_DATASTOREITEMDESCRIPTOR_HPP__
42 #define __OPENFLUID_FLUIDX_DATASTOREITEMDESCRIPTOR_HPP__
49 #include <openfluid/core/TypeDefs.hpp>
61 std::string m_PrefixPath;
63 std::string m_RelativePath;
67 std::string m_UnitsClass;
74 const std::string& PrefixPath,
const std::string& RelativePath,
85 setUnitsClass(UnitsClass);
95 return getUnitsClass();
98 std::string getID()
const;
100 std::string getPrefixPath()
const;
102 std::string getRelativePath()
const;