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

Method get_event

implementation/routing/src/event.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82event_t event::get_event() const {
83
84 return current_->get_method();
85}
86
87void event::set_event(event_t _event) {
88

Callers 15

send_initial_eventsMethod · 0.45
release_serviceMethod · 0.45
unsubscribeMethod · 0.45
on_notificationMethod · 0.45
del_routing_infoMethod · 0.45
on_subscribe_ackMethod · 0.45
expire_subscriptionsMethod · 0.45
on_unsubscribe_ackMethod · 0.45
register_eventMethod · 0.45

Calls 1

get_methodMethod · 0.80

Tested by

no test coverage detected