Preparing network protocol for rejoin.
This commit is contained in:
+8
-8
@@ -8,7 +8,7 @@
|
||||
#include "StartEventMessage.h"
|
||||
|
||||
static asn_TYPE_member_t asn_MBR_StartEventMessage_1[] = {
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct StartEventMessage, gameId),
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct StartEventMessage, gameId),
|
||||
(ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
|
||||
0,
|
||||
&asn_DEF_NonZeroId,
|
||||
@@ -16,8 +16,8 @@ static asn_TYPE_member_t asn_MBR_StartEventMessage_1[] = {
|
||||
0, /* PER is not compiled, use -gen-PER */
|
||||
0,
|
||||
"gameId"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct StartEventMessage, fillWithComputerPlayers),
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct StartEventMessage, fillWithComputerPlayers),
|
||||
(ASN_TAG_CLASS_UNIVERSAL | (1 << 2)),
|
||||
0,
|
||||
&asn_DEF_BOOLEAN,
|
||||
@@ -25,15 +25,15 @@ static asn_TYPE_member_t asn_MBR_StartEventMessage_1[] = {
|
||||
0, /* PER is not compiled, use -gen-PER */
|
||||
0,
|
||||
"fillWithComputerPlayers"
|
||||
},
|
||||
},
|
||||
};
|
||||
static ber_tlv_tag_t asn_DEF_StartEventMessage_tags_1[] = {
|
||||
(ASN_TAG_CLASS_APPLICATION | (20 << 2)),
|
||||
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
|
||||
};
|
||||
static asn_TYPE_tag2member_t asn_MAP_StartEventMessage_tag2el_1[] = {
|
||||
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* fillWithComputerPlayers at 428 */
|
||||
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 427 */
|
||||
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* fillWithComputerPlayers at 435 */
|
||||
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* gameId at 434 */
|
||||
};
|
||||
static asn_SEQUENCE_specifics_t asn_SPC_StartEventMessage_specs_1 = {
|
||||
sizeof(struct StartEventMessage),
|
||||
@@ -58,10 +58,10 @@ asn_TYPE_descriptor_t asn_DEF_StartEventMessage = {
|
||||
0, /* Use generic outmost tag fetcher */
|
||||
asn_DEF_StartEventMessage_tags_1,
|
||||
sizeof(asn_DEF_StartEventMessage_tags_1)
|
||||
/sizeof(asn_DEF_StartEventMessage_tags_1[0]) - 1, /* 1 */
|
||||
/sizeof(asn_DEF_StartEventMessage_tags_1[0]) - 1, /* 1 */
|
||||
asn_DEF_StartEventMessage_tags_1, /* Same as above */
|
||||
sizeof(asn_DEF_StartEventMessage_tags_1)
|
||||
/sizeof(asn_DEF_StartEventMessage_tags_1[0]), /* 2 */
|
||||
/sizeof(asn_DEF_StartEventMessage_tags_1[0]), /* 2 */
|
||||
0, /* No PER visible constraints */
|
||||
asn_MBR_StartEventMessage_1,
|
||||
2, /* Elements count */
|
||||
|
||||
Reference in New Issue
Block a user