Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
major_version_t event::get_version() const {
64
65
return current_->get_interface_version();
66
}
67
68
void event::set_version(major_version_t _major) {
69
auto major = update_->get_interface_version();
Callers
1
read_config_command
Method · 0.45
Calls
1
get_interface_version
Method · 0.45
Tested by
no test coverage detected