8 #ifndef K_FIRESYNC_MSG_INFO_H
9 #define K_FIRESYNC_MSG_INFO_H
12 #include <kFireSync/Data/kMsgInfo.x.h>
162 obj->message = message;
kMsgSet kMsgInfo_Message(kMsgInfo info)
Gets the message object.
Definition: kMsgInfo.h:174
Represents information about the source of a pipe message.
Definition: kNodeDef.h:2508
Essential declarations related to FireSync nodes.
kStatus kMsgInfo_SetTag(kMsgInfo info, kSize tag)
Sets the message tag.
Definition: kMsgInfo.h:123
kMsgSource kMsgInfo_Source(kMsgInfo info)
Gets the message source.
Definition: kMsgInfo.h:101
kStatus kMsgInfo_SetSource(kMsgInfo info, kMsgSource source)
Sets the message source.
Definition: kMsgInfo.h:85
#define kObj(TypeName_T, T_object)
kSize kMsgInfo_Tag(kMsgInfo info)
Gets the message tag.
Definition: kMsgInfo.h:143
Abstract base class for FireSync data messages.
kStatus kMsgInfo_Construct(kMsgInfo *info, kMsgSource source, kSize tag, kMsgSet message, kAlloc allocator)
Constructs a kMsgInfo object.
kStatus kMsgInfo_SetMessage(kMsgInfo info, kMsgSet message)
Sets the message object.
Definition: kMsgInfo.h:158
Represents message source information and an attached message.