Protected Member Functions | |
std::vector< ReferenceDescription > | Browse (const NodeId &id) const |
std::string | ConfigPath (const char *name) |
template<typename T > | |
bool | HasAttribute (const NodeId &object, OpcUa::AttributeId attribute, T value) |
bool | HasReference (std::vector< ReferenceDescription > refs, ReferenceId referenceId, NodeId targetNode) const |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
Server::AddressSpace::UniquePtr | NameSpace |
Definition at line 31 of file xml_addressspace_ut.cpp.
std::vector<ReferenceDescription> XmlAddressSpace::Browse | ( | const NodeId & | id | ) | const [inline, protected] |
Definition at line 46 of file xml_addressspace_ut.cpp.
std::string XmlAddressSpace::ConfigPath | ( | const char * | name | ) | [inline, protected] |
Definition at line 87 of file xml_addressspace_ut.cpp.
bool XmlAddressSpace::HasAttribute | ( | const NodeId & | object, |
OpcUa::AttributeId | attribute, | ||
T | value | ||
) | [inline, protected] |
Definition at line 68 of file xml_addressspace_ut.cpp.
bool XmlAddressSpace::HasReference | ( | std::vector< ReferenceDescription > | refs, |
ReferenceId | referenceId, | ||
NodeId | targetNode | ||
) | const [inline, protected] |
Definition at line 55 of file xml_addressspace_ut.cpp.
virtual void XmlAddressSpace::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 34 of file xml_addressspace_ut.cpp.
virtual void XmlAddressSpace::TearDown | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 40 of file xml_addressspace_ut.cpp.
Server::AddressSpace::UniquePtr XmlAddressSpace::NameSpace [protected] |
Definition at line 93 of file xml_addressspace_ut.cpp.