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

Method send_subscribe

implementation/routing/src/routing_manager_impl.cpp:2681–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679}
2680
2681void routing_manager_impl::send_subscribe([[maybe_unused]] client_t _client, [[maybe_unused]] service_t _service,
2682 [[maybe_unused]] instance_t _instance, [[maybe_unused]] eventgroup_t _eventgroup,
2683 [[maybe_unused]] major_version_t _major, [[maybe_unused]] event_t _event,
2684 [[maybe_unused]] const std::shared_ptr<debounce_filter_impl_t>& _filter) {
2685 VSOMEIP_ERROR_P << "Should not have been called";
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;

Callers 1

send_subscriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected