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

Method prepare

implementation/tracing/src/header.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace trace {
16
17bool header::prepare(const std::shared_ptr<boardnet_endpoint>& _endpoint, bool _is_sending, instance_t _instance, protocol_e _protocol) {
18 return prepare(_endpoint.get(), _is_sending, _instance, _protocol);
19}
20
21bool header::prepare(const boardnet_endpoint* _endpoint, bool _is_sending, instance_t _instance, protocol_e _protocol) {
22 boost::asio::ip::address its_address;

Callers 7

sendMethod · 0.45
send_toMethod · 0.45
send_via_sdMethod · 0.45
on_messageMethod · 0.45
send_errorMethod · 0.45
sendMethod · 0.45
on_messageMethod · 0.45

Calls 5

is_v6Method · 0.80
getMethod · 0.45
get_remote_addressMethod · 0.45
get_remote_portMethod · 0.45
peer_endpointMethod · 0.45

Tested by

no test coverage detected