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

Method get_threshold

implementation/routing/src/eventgroupinfo.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207uint8_t eventgroupinfo::get_threshold() const {
208 return threshold_;
209}
210
211void eventgroupinfo::set_threshold(uint8_t _threshold) {
212 threshold_ = _threshold;

Callers 3

find_eventgroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected