Commit 40c992e0 authored by Federico Vaga's avatar Federico Vaga

sw:py: add ACK flag to header class

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 4024a23b
......@@ -91,6 +91,8 @@ class TrtlHmqHeader(Structure):
TRTL_HMQ_HEADER_FLAG_SYNC = (1 << 0)
"""Flag for synchronous messages"""
TRTL_HMQ_HEADER_FLAG_ACK = (1 << 1)
"""Flag for synchronous acknowledgment"""
def __eq__(self, other):
if self.rt_app_id != other.rt_app_id:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment