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

Method get_version

implementation/routing/src/event.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63major_version_t event::get_version() const {
64
65 return current_->get_interface_version();
66}
67
68void event::set_version(major_version_t _major) {
69 auto major = update_->get_interface_version();

Callers 1

read_config_commandMethod · 0.45

Calls 1

get_interface_versionMethod · 0.45

Tested by

no test coverage detected