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

Method send_error

implementation/endpoints/src/client_endpoint_impl.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template<typename Protocol>
153bool client_endpoint_impl<Protocol>::send_error(const std::shared_ptr<endpoint_definition> _target, const byte_t* _data, uint32_t _size) {
154
155 (void)_target;
156 (void)_data;
157 (void)_size;
158 VSOMEIP_ERROR << "Clients endpoints must not be used to send errors to explicitly specified targets";
159 return false;
160}
161
162template<typename Protocol>
163bool client_endpoint_impl<Protocol>::send(const uint8_t* _data, uint32_t _size) {

Callers 1

on_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected