5 #include <iolink/IOLinkAPI.h>
6 #include <iolink/metadata/MetadataNode.h>
31 static std::shared_ptr<const MetadataNode> getNode(std::shared_ptr<const MetadataNode> root,
const std::string& path);
39 static bool exists(std::shared_ptr<const MetadataNode> root,
const std::string& path);
53 static std::shared_ptr<const MetadataNode> createPath(std::shared_ptr<MetadataNode> origin,
54 const std::string& path,
55 std::shared_ptr<VariantDataValue> value);