Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_type
Method
set_type
implementation/routing/src/event.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void event::set_type(const event_type_e _type) {
99
100
type_ = _type;
101
}
102
103
bool event::is_field() const {
104
Callers
7
construct_subscription
Function · 0.45
construct_offer
Function · 0.45
register_event
Method · 0.45
inform_requesters
Method · 0.45
handle_requests
Method · 0.45
register_consumer_event
Method · 0.45
register_provider_event
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected