Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
uint8_t eventgroupinfo::get_threshold() const {
208
return threshold_;
209
}
210
211
void eventgroupinfo::set_threshold(uint8_t _threshold) {
212
threshold_ = _threshold;
Callers
3
configuration_test.cpp
File · 0.45
insert_subscription_ack_unlocked
Method · 0.45
find_eventgroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected