Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_major
Method
set_major
implementation/service_discovery/src/request.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void request::set_major(major_version_t _major) {
19
major_ = _major;
20
}
21
22
minor_version_t request::get_minor() const {
23
return minor_;
Callers
2
unsubscribe
Method · 0.45
create_subscription
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected