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

Method set_pending_id

implementation/protocol/src/subscribe_command_base.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void subscribe_command_base::set_pending_id(pending_id_t _pending_id) {
74
75 pending_id_ = _pending_id;
76}
77
78void subscribe_command_base::serialize(std::vector<byte_t>& _buffer) const {
79

Callers 8

send_subscribeMethod · 0.45
send_unsubscribeMethod · 0.45
send_subscribeMethod · 0.45
send_subscribe_nackMethod · 0.45
send_subscribe_ackMethod · 0.45
unsubscribeMethod · 0.45
send_unsubscribe_ackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected