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

Method set_update_cycle

implementation/routing/src/event.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void event::set_update_cycle(std::chrono::milliseconds& _cycle) {
234
235 if (is_provided_) {
236 std::scoped_lock its_lock(mutex_);
237 stop_cycle();
238 cycle_ = _cycle;
239 start_cycle();
240 }
241}
242
243void event::set_change_resets_cycle(bool _change_resets_cycle) {
244

Callers 3

register_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected