MCPcopy Create free account
hub / github.com/COVESA/vsomeip / is_suspended

Method is_suspended

implementation/routing/src/routing_manager_impl.cpp:2688–2690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2686}
2687
2688bool routing_manager_impl::is_suspended() const {
2689 return routing_state_ == routing_state_e::RS_SUSPENDED || routing_state_ == routing_state_e::RS_DELAYED_RESUME;
2690}
2691
2692routing_state_e routing_manager_impl::get_routing_state() {
2693 return routing_state_;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected