Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_service
Method
get_service
implementation/protocol/src/service_command_base.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
service_command_base::service_command_base(id_e _id) : command(_id) { }
14
15
service_t service_command_base::get_service() const {
16
17
return service_.service_;
18
}
19
20
void service_command_base::set_service(service_t _service) {
21
Callers
1
add_registration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected