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

Method is_reliable

implementation/protocol/src/send_command.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool send_command::is_reliable() const {
26
27 return is_reliable_;
28}
29
30void send_command::set_reliable(bool _is_reliable) {
31

Callers 15

someip_message.cppFile · 0.45
on_endpoint_connectedMethod · 0.45
add_targetMethod · 0.45
create_responseMethod · 0.45
send_notificationMethod · 0.45
sendMethod · 0.45
send_toMethod · 0.45
send_via_sdMethod · 0.45
on_messageMethod · 0.45
on_subscribe_ackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected