Skip to content

Commit

Permalink
Added BaseDataVariableType to map.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdornaus committed Aug 2, 2023
1 parent 73350e2 commit e8d35a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DashboardClient/OpcUaTypeReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
std::shared_ptr<ModelOpcUa::StructureBiNode>>>();
initialize(notFoundObjectTypeNamespaces);
LOG(INFO) << "Browsing variable types.";
this->BaseDataVariableTypes.push_back(NodeId_BaseVariableType);
this->BaseDataVariableTypes.push_back(ModelOpcUa::NodeId_t({"", "i=63"}));
browseObjectOrVariableTypeAndFillBidirectionalTypeMap(NodeId_BaseVariableType, bidirectionalTypeMap, true);
LOG(INFO) << "Browsing variable types finished, continuing browsing object types";

Expand Down

0 comments on commit e8d35a2

Please sign in to comment.