MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_routing_state() [1/2]

RoutingState & MayaFlux::Nodes::Node::get_routing_state ( )
inline

Retrieves the current routing state of the network (non-const)

Returns
Reference to the current RoutingState structure

Definition at line 606 of file Node.hpp.

606{ return m_routing_state; }
RoutingState m_routing_state
Internal state tracking for routing transitions.
Definition Node.hpp:680