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 45 of file Utils.hpp.
45 : uint8_t {
49};
@ PRESERVE_BOTH
Preserve both nodes in the chain, add new chain node to root, i.e doubling the target signal.
@ REPLACE_TARGET
Unregister the target and register with the new chain node.
@ ONLY_CHAIN
Only keep the new chain node, unregistering the source and target.