|
|
@@ -421,7 +421,10 @@ void NodeItem::SetCtrlSend(NodeItem *node_item, uint32_t switch_index) { |
|
|
|
if (is_root_node_) { |
|
|
|
node_item->root_ctrl_.emplace(this); |
|
|
|
} |
|
|
|
|
|
|
|
// If Enter feed control signal, take as root Node. |
|
|
|
if (kEnterOpTypes.count(node_type) > 0) { |
|
|
|
node_item->root_ctrl_.emplace(this); |
|
|
|
} |
|
|
|
GELOGI("Node[%s] will control node[%s]", NodeName().c_str(), node_item->NodeName().c_str()); |
|
|
|
} |
|
|
|
|
|
|
|