Defines how to handle existing nodes when creating a new chain.
| Enumerator |
|---|
| REPLACE_TARGET | Unregister the target and register with the new chain node.
|
| PRESERVE_BOTH | Preserve both nodes in the chain, add new chain node to root, i.e doubling the target signal.
|
| ONLY_CHAIN | Only keep the new chain node, unregistering the source and target.
|
Definition at line 11 of file NodeSpec.hpp.
11 : uint8_t {
15};
@ PRESERVE_BOTH
Preserve both nodes in the chain, add new chain node to root, i.e doubling the target signal.
@ ONLY_CHAIN
Only keep the new chain node, unregistering the source and target.
@ REPLACE_TARGET
Unregister the target and register with the new chain node.