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