MCPcopy 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
61void remote_subscription::set_initial(const bool _is_initial) {
62 is_initial_ = _is_initial;
63}
64
65bool remote_subscription::force_initial_events() const {
66 return force_initial_events_;

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected