Protected Member Functions | |
virtual void | SetUp () |
virtual void | TearDown () |
View () | |
Protected Attributes | |
OpcUa::NodesQuery | Query |
std::unique_ptr< Services > | Server |
std::shared_ptr< ViewServices > | Service |
Definition at line 21 of file computer_view.cpp.
View::View | ( | ) | [inline, protected] |
Definition at line 24 of file computer_view.cpp.
virtual void View::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 37 of file computer_view.cpp.
virtual void View::TearDown | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 53 of file computer_view.cpp.
OpcUa::NodesQuery View::Query [protected] |
Definition at line 64 of file computer_view.cpp.
std::unique_ptr<Services> View::Server [protected] |
Definition at line 65 of file computer_view.cpp.
std::shared_ptr<ViewServices> View::Service [protected] |
Definition at line 66 of file computer_view.cpp.