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

Method get_precise_ttl

implementation/routing/src/serviceinfo.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::chrono::milliseconds serviceinfo::get_precise_ttl() const {
55 std::scoped_lock its_lock(mutex_);
56 return ttl_;
57}
58
59void serviceinfo::set_precise_ttl(std::chrono::milliseconds _precise_ttl) {
60 std::scoped_lock its_lock(mutex_);

Callers 1

update_routing_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected