summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/protocol_packet.h
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-07-17 11:44:13 -0700
committerGitHub <noreply@github.com>2018-07-17 11:44:13 -0700
commitda6680cd4d1014e9f619b05ec69dd8ad74b1e230 (patch)
tree0c764f53701020153d20173508e735aaa604783e /src/components/protocol_handler/include/protocol_handler/protocol_packet.h
parentac08716781a0f97b406f619f7294e890d88aa8b4 (diff)
parent4dde9552b3d9ab5fa29502810be48bdf0f793cd7 (diff)
downloadsdl_core-da6680cd4d1014e9f619b05ec69dd8ad74b1e230.tar.gz
Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomics
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/protocol_packet.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/protocol_packet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/protocol_packet.h b/src/components/protocol_handler/include/protocol_handler/protocol_packet.h
index b6c05d4c46..d3e3ec5809 100644
--- a/src/components/protocol_handler/include/protocol_handler/protocol_packet.h
+++ b/src/components/protocol_handler/include/protocol_handler/protocol_packet.h
@@ -332,6 +332,11 @@ class ProtocolPacket {
ConnectionID connection_id() const;
/**
+ * \brief Setter of Connection Identifier
+ */
+ void set_connection_id(ConnectionID connection_id);
+
+ /**
* \brief Getter for data payload size
*/
uint32_t payload_size() const;