3 #ifndef GCP_UTIL_NEWNETMSG_H
4 #define GCP_UTIL_NEWNETMSG_H
17 #include "gcp/util/common/NetStruct.h"
18 #include "gcp/util/common/NetUnion.h"
27 NewNetMsg* newSpecificNewNetMsg();
33 unsigned int revision;
38 NETSTRUCT_UINT(revision);
40 NETSTRUCT_UINT(nByte);
51 #define NET_LOG_MAX 127
59 char text[NET_LOG_MAX+1];
66 NETSTRUCT_CHAR_ARR(text, NET_LOG_MAX+1);
213 NET_TV_OFFSET_DONE_MSG,
255 #endif // End #ifndef GCP_UTIL_NEWNETMSG_H
Definition: NewNetMsg.h:102
Definition: NewNetMsg.h:160
Definition: NetStruct.h:21
Definition: NewNetMsg.h:116
Definition: NewNetMsg.h:178
Definition: NewNetMsg.h:196
Definition: NewNetMsg.h:31
Definition: NewNetMsg.h:87
Definition: NewNetMsg.h:130
virtual ~NewNetMsg()
Definition: NewNetMsg.cc:51
Definition: NewNetMsg.h:73
Definition: NewNetMsg.h:53
Definition: NewNetMsg.h:144
NewNetMsg()
Definition: NewNetMsg.cc:10
Definition: NetUnion.h:23