Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool send_command::is_reliable() const {
26
27
return is_reliable_;
28
}
29
30
void send_command::set_reliable(bool _is_reliable) {
31
Callers
15
someip_message.cpp
File · 0.45
insert_subscription_ack_unlocked
Method · 0.45
on_endpoint_connected
Method · 0.45
add_target
Method · 0.45
create_response
Method · 0.45
send_notification
Method · 0.45
send
Method · 0.45
send_to
Method · 0.45
send_via_sd
Method · 0.45
on_message
Method · 0.45
on_stop_offer_service_unlocked
Method · 0.45
on_subscribe_ack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected