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

Method set_interface_version

implementation/message/src/message_base_impl.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void message_base_impl::set_interface_version(interface_version_t _interface_version) {
90 header_.interface_version_ = _interface_version;
91}
92
93message_type_e message_base_impl::get_message_type() const {
94 return header_.type_;

Callers 15

sendMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
send_requestMethod · 0.80
send_suspendMethod · 0.80
send_stopMethod · 0.80

Calls

no outgoing calls

Tested by 15

runMethod · 0.64
shutdown_serviceMethod · 0.64
runMethod · 0.64
shutdown_serviceMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
send_suspendMethod · 0.64
send_stopMethod · 0.64
send_suspendMethod · 0.64
send_stopMethod · 0.64
on_messageMethod · 0.64
run_testMethod · 0.64