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

Method create_payload

implementation/runtime/src/runtime_impl.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::shared_ptr<payload> runtime_impl::create_payload() const {
101 return std::make_shared<payload_impl>();
102}
103
104std::shared_ptr<payload> runtime_impl::create_payload(const byte_t* _data, uint32_t _size) const {
105 return std::make_shared<payload_impl>(_data, _size);

Callers 15

sendMethod · 0.80
initMethod · 0.80
on_messageMethod · 0.80
initMethod · 0.80
on_messageMethod · 0.80
initMethod · 0.80
on_messageMethod · 0.80
sendMethod · 0.80
notifyMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by 15

initMethod · 0.64
on_messageMethod · 0.64
initMethod · 0.64
on_messageMethod · 0.64
initMethod · 0.64
on_messageMethod · 0.64
sendMethod · 0.64
notifyMethod · 0.64
initMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
send_messagesMethod · 0.64