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

Method set_threshold

implementation/routing/src/eventgroupinfo.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void eventgroupinfo::set_threshold(uint8_t _threshold) {
212 threshold_ = _threshold;
213}
214
215std::set<std::shared_ptr<remote_subscription>> eventgroupinfo::get_remote_subscriptions() const {
216 std::set<std::shared_ptr<remote_subscription>> its_subscriptions;

Callers 1

find_eventgroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected