8 #ifndef K_FIRESYNC_MSG_H
9 #define K_FIRESYNC_MSG_H
12 #include <kFireSync/Data/kMsg.x.h>
kStamp * kMsg_Stamp(kMsg msg)
Gets the message stamp.
Definition: kMsg.h:51
kStatus kMsg_SetStamp(kMsg msg, const kStamp *stamp)
Sets the message stamp.
Declares the kMsgSet type.
Represents a simple data message.
#define kObj(TypeName_T, T_object)
kStatus kMsg_SetData(kMsg msg, kObject data)
Sets the message content.
Represents acquisition metadata associated with a data message.
Definition: kNodeDef.h:2662
kStatus kMsg_Construct(kMsg *msg, const kStamp *stamp, kObject data, kAlloc allocator)
Constructs a kMsg object.
kObject kMsg_Data(kMsg msg)
Gets the message content.
Definition: kMsg.h:75