20 std::vector<std::vector<QualifiedName>> qns;
24 qns.push_back(qn.first);
32 SetValue(std::vector<QualifiedName>({path}), value);
47 std::vector<QualifiedName> path;
54 return GetValue(std::vector<QualifiedName>({path}));
59 PathMap::const_iterator it =
PathValues.find(path);
60 std::cout <<
"Looking for Event value: ";
67 std::cout << std::endl;
71 std::cout <<
"Bad Not found " << std::endl;
77 std::cout <<
"ok" << std::endl;
84 std::vector<QualifiedName> path;
std::vector< std::vector< QualifiedName > > GetValueKeys()
OPC UA Address space part. GNU LGPL.
Variant GetValue(const std::vector< QualifiedName > &path) const
QualifiedName ToQualifiedName(const std::string &str, uint32_t default_ns=0)
A Node object represent an OPC-UA node. It is high level object intended for developper who want to e...
AttributeMap AttributeValues
void SetValue(const std::vector< QualifiedName > &path, Variant value)