MCPcopy 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

13service_command_base::service_command_base(id_e _id) : command(_id) { }
14
15service_t service_command_base::get_service() const {
16
17 return service_.service_;
18}
19
20void service_command_base::set_service(service_t _service) {
21

Callers 1

add_registrationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected