Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
event_t event::get_event() const {
83
84
return current_->get_method();
85
}
86
87
void event::set_event(event_t _event) {
88
Callers
15
send_back_cached_eventgroup
Method · 0.45
send_initial_events
Method · 0.45
release_service
Method · 0.45
unsubscribe
Method · 0.45
on_notification
Method · 0.45
del_routing_info
Method · 0.45
on_subscribe_ack
Method · 0.45
expire_subscriptions
Method · 0.45
clear_targets_and_pending_sub_from_eventgroups
Method · 0.45
on_unsubscribe_ack
Method · 0.45
register_event
Method · 0.45
unset_all_eventpayloads
Method · 0.45
Calls
1
get_method
Method · 0.80
Tested by
no test coverage detected