Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_initial
Method
set_initial
implementation/routing/src/remote_subscription.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void remote_subscription::set_initial(const bool _is_initial) {
62
is_initial_ = _is_initial;
63
}
64
65
bool remote_subscription::force_initial_events() const {
66
return force_initial_events_;
Callers
3
send_back_cached_event
Method · 0.45
send_back_cached_eventgroup
Method · 0.45
update_remote_subscription
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected