MCPcopy 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
18void request::set_major(major_version_t _major) {
19 major_ = _major;
20}
21
22minor_version_t request::get_minor() const {
23 return minor_;

Callers 2

unsubscribeMethod · 0.45
create_subscriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected