8 #ifndef K_FIRESYNC_MSG_H
9 #define K_FIRESYNC_MSG_H
74 #define kMsg_Data_(MSG) kxMsg_Data_(MSG)
75 #define kMsg_Stamp_(MSG) kxMsg_Stamp_(MSG)
80 #include <kFireSync/Data/kMsg.x.h>
kStamp * kMsg_Stamp(kMsg msg)
Gets the message stamp.
kStatus kMsg_SetStamp(kMsg msg, const kStamp *stamp)
Sets the message stamp.
Declares the kMsgSet type.
Represents a simple data message.
kStatus kMsg_SetData(kMsg msg, kObject data)
Sets the message content.
Represents acquisition metadata associated with a data message.
Definition: kNodeDef.h:2263
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.