MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / PortModel

Class PortModel

bt_editor/bt_editor_base.h:20–30  ·  view source on GitHub ↗

alternative type, similar to BT::PortInfo

Source from the content-addressed store, hash-verified

18
19// alternative type, similar to BT::PortInfo
20struct PortModel
21{
22 PortModel(): direction(PortDirection::INOUT) {}
23
24 QString type_name;
25 PortDirection direction;
26 QString description;
27 QString default_value;
28
29 PortModel& operator = (const BT::PortInfo& src);
30};
31
32typedef std::map<QString, PortModel> PortModels;
33

Callers 1

modifyCustomModelMethod · 0.85

Calls

no outgoing calls

Tested by 1

modifyCustomModelMethod · 0.68