Introducing a new server announcement message to fix network games. Currently broken.
This commit is contained in:
+85
-75
@@ -10,9 +10,18 @@
|
||||
#include "PokerTHMessage.h"
|
||||
|
||||
static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initMessage),
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.announceMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (0 << 2)),
|
||||
0,
|
||||
&asn_DEF_AnnounceMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
0, /* PER is not compiled, use -gen-PER */
|
||||
0,
|
||||
"announceMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (1 << 2)),
|
||||
0,
|
||||
&asn_DEF_InitMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
0, /* PER is not compiled, use -gen-PER */
|
||||
@@ -20,7 +29,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"initMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.authMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (1 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (2 << 2)),
|
||||
0,
|
||||
&asn_DEF_AuthMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -29,7 +38,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"authMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initAckMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (2 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (3 << 2)),
|
||||
0,
|
||||
&asn_DEF_InitAckMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -38,7 +47,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"initAckMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (3 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (4 << 2)),
|
||||
0,
|
||||
&asn_DEF_AvatarRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -47,7 +56,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"avatarRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarReplyMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (4 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (5 << 2)),
|
||||
0,
|
||||
&asn_DEF_AvatarReplyMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -56,7 +65,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"avatarReplyMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerListMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (5 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (6 << 2)),
|
||||
0,
|
||||
&asn_DEF_PlayerListMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -65,7 +74,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"playerListMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameListMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (6 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (7 << 2)),
|
||||
0,
|
||||
&asn_DEF_GameListMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -74,7 +83,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"gameListMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (7 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (8 << 2)),
|
||||
0,
|
||||
&asn_DEF_PlayerInfoRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -83,7 +92,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"playerInfoRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoReplyMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (8 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (9 << 2)),
|
||||
0,
|
||||
&asn_DEF_PlayerInfoReplyMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -92,7 +101,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"playerInfoReplyMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.subscriptionRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (9 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (10 << 2)),
|
||||
0,
|
||||
&asn_DEF_SubscriptionRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -101,7 +110,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"subscriptionRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (10 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (11 << 2)),
|
||||
0,
|
||||
&asn_DEF_JoinGameRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -110,7 +119,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"joinGameRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameReplyMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (11 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (12 << 2)),
|
||||
0,
|
||||
&asn_DEF_JoinGameReplyMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -119,7 +128,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"joinGameReplyMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gamePlayerMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (12 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (13 << 2)),
|
||||
0,
|
||||
&asn_DEF_GamePlayerMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -128,7 +137,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"gamePlayerMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPlayerRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (13 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (14 << 2)),
|
||||
0,
|
||||
&asn_DEF_KickPlayerRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -137,7 +146,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"kickPlayerRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.leaveGameRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (14 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (15 << 2)),
|
||||
0,
|
||||
&asn_DEF_LeaveGameRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -146,7 +155,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"leaveGameRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (15 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (16 << 2)),
|
||||
0,
|
||||
&asn_DEF_StartEventMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -155,7 +164,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"startEventMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventAckMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (16 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (17 << 2)),
|
||||
0,
|
||||
&asn_DEF_StartEventAckMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -164,7 +173,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"startEventAckMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameStartMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (17 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (18 << 2)),
|
||||
0,
|
||||
&asn_DEF_GameStartMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -173,7 +182,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"gameStartMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.handStartMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (18 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (19 << 2)),
|
||||
0,
|
||||
&asn_DEF_HandStartMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -182,7 +191,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"handStartMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersTurnMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (19 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (20 << 2)),
|
||||
0,
|
||||
&asn_DEF_PlayersTurnMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -191,7 +200,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"playersTurnMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.myActionRequestMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (20 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (21 << 2)),
|
||||
0,
|
||||
&asn_DEF_MyActionRequestMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -200,7 +209,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"myActionRequestMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.yourActionRejectedMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (21 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (22 << 2)),
|
||||
0,
|
||||
&asn_DEF_YourActionRejectedMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -209,7 +218,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"yourActionRejectedMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersActionDoneMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (22 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (23 << 2)),
|
||||
0,
|
||||
&asn_DEF_PlayersActionDoneMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -218,7 +227,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"playersActionDoneMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealFlopCardsMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (23 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (24 << 2)),
|
||||
0,
|
||||
&asn_DEF_DealFlopCardsMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -227,7 +236,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"dealFlopCardsMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealTurnCardMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (24 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (25 << 2)),
|
||||
0,
|
||||
&asn_DEF_DealTurnCardMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -236,7 +245,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"dealTurnCardMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealRiverCardMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (25 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (26 << 2)),
|
||||
0,
|
||||
&asn_DEF_DealRiverCardMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -245,7 +254,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"dealRiverCardMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.allInShowCardsMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (26 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (27 << 2)),
|
||||
0,
|
||||
&asn_DEF_AllInShowCardsMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -254,7 +263,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"allInShowCardsMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfHandMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (27 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (28 << 2)),
|
||||
0,
|
||||
&asn_DEF_EndOfHandMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -263,7 +272,7 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
"endOfHandMessage"
|
||||
},
|
||||
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfGameMessage),
|
||||
(ASN_TAG_CLASS_APPLICATION | (28 << 2)),
|
||||
(ASN_TAG_CLASS_APPLICATION | (29 << 2)),
|
||||
0,
|
||||
&asn_DEF_EndOfGameMessage,
|
||||
0, /* Defer constraints checking to the member type */
|
||||
@@ -399,49 +408,50 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
|
||||
},
|
||||
};
|
||||
static asn_TYPE_tag2member_t asn_MAP_PokerTHMessage_tag2el_1[] = {
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (0 << 2)), 0, 0, 0 }, /* initMessage at 27 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 1, 0, 0 }, /* authMessage at 28 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (2 << 2)), 2, 0, 0 }, /* initAckMessage at 29 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 3, 0, 0 }, /* avatarRequestMessage at 30 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 4, 0, 0 }, /* avatarReplyMessage at 31 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 5, 0, 0 }, /* playerListMessage at 32 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (6 << 2)), 6, 0, 0 }, /* gameListMessage at 33 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 7, 0, 0 }, /* playerInfoRequestMessage at 34 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 8, 0, 0 }, /* playerInfoReplyMessage at 35 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 9, 0, 0 }, /* subscriptionRequestMessage at 36 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 10, 0, 0 }, /* joinGameRequestMessage at 37 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 11, 0, 0 }, /* joinGameReplyMessage at 38 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 12, 0, 0 }, /* gamePlayerMessage at 39 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (13 << 2)), 13, 0, 0 }, /* kickPlayerRequestMessage at 40 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (14 << 2)), 14, 0, 0 }, /* leaveGameRequestMessage at 41 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (15 << 2)), 15, 0, 0 }, /* startEventMessage at 42 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (16 << 2)), 16, 0, 0 }, /* startEventAckMessage at 43 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* gameStartMessage at 44 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* handStartMessage at 45 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* playersTurnMessage at 46 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* myActionRequestMessage at 47 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* yourActionRejectedMessage at 48 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* playersActionDoneMessage at 49 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* dealFlopCardsMessage at 50 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* dealTurnCardMessage at 51 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* dealRiverCardMessage at 52 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* allInShowCardsMessage at 53 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* endOfHandMessage at 54 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 28, 0, 0 }, /* endOfGameMessage at 55 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 29, 0, 0 }, /* askKickPlayerMessage at 56 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 30, 0, 0 }, /* askKickDeniedMessage at 57 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 31, 0, 0 }, /* startKickPetitionMessage at 58 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 32, 0, 0 }, /* voteKickRequestMessage at 59 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 33, 0, 0 }, /* voteKickReplyMessage at 60 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 34, 0, 0 }, /* kickPetitionUpdateMessage at 61 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 35, 0, 0 }, /* endKickPetitionMessage at 62 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 36, 0, 0 }, /* statisticsMessage at 63 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 37, 0, 0 }, /* chatRequestMessage at 64 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 38, 0, 0 }, /* chatMessage at 65 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 39, 0, 0 }, /* dialogMessage at 66 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 40, 0, 0 }, /* timeoutWarningMessage at 67 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 41, 0, 0 }, /* resetTimeoutMessage at 68 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 42, 0, 0 } /* errorMessage at 70 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (0 << 2)), 0, 0, 0 }, /* announceMessage at 27 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 1, 0, 0 }, /* initMessage at 28 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (2 << 2)), 2, 0, 0 }, /* authMessage at 29 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 3, 0, 0 }, /* initAckMessage at 30 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 4, 0, 0 }, /* avatarRequestMessage at 31 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 5, 0, 0 }, /* avatarReplyMessage at 32 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (6 << 2)), 6, 0, 0 }, /* playerListMessage at 33 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 7, 0, 0 }, /* gameListMessage at 34 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 8, 0, 0 }, /* playerInfoRequestMessage at 35 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 9, 0, 0 }, /* playerInfoReplyMessage at 36 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 10, 0, 0 }, /* subscriptionRequestMessage at 37 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 11, 0, 0 }, /* joinGameRequestMessage at 38 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 12, 0, 0 }, /* joinGameReplyMessage at 39 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (13 << 2)), 13, 0, 0 }, /* gamePlayerMessage at 40 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (14 << 2)), 14, 0, 0 }, /* kickPlayerRequestMessage at 41 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (15 << 2)), 15, 0, 0 }, /* leaveGameRequestMessage at 42 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (16 << 2)), 16, 0, 0 }, /* startEventMessage at 43 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* startEventAckMessage at 44 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* gameStartMessage at 45 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* handStartMessage at 46 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* playersTurnMessage at 47 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* myActionRequestMessage at 48 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* yourActionRejectedMessage at 49 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* playersActionDoneMessage at 50 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* dealFlopCardsMessage at 51 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* dealTurnCardMessage at 52 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* dealRiverCardMessage at 53 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* allInShowCardsMessage at 54 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 28, 0, 0 }, /* endOfHandMessage at 55 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (29 << 2)), 29, 0, 0 }, /* endOfGameMessage at 56 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 30, 0, 0 }, /* askKickPlayerMessage at 57 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 31, 0, 0 }, /* askKickDeniedMessage at 58 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 32, 0, 0 }, /* startKickPetitionMessage at 59 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 33, 0, 0 }, /* voteKickRequestMessage at 60 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 34, 0, 0 }, /* voteKickReplyMessage at 61 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 35, 0, 0 }, /* kickPetitionUpdateMessage at 62 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 36, 0, 0 }, /* endKickPetitionMessage at 63 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 37, 0, 0 }, /* statisticsMessage at 64 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 38, 0, 0 }, /* chatRequestMessage at 65 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 39, 0, 0 }, /* chatMessage at 66 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 40, 0, 0 }, /* dialogMessage at 67 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 41, 0, 0 }, /* timeoutWarningMessage at 68 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 42, 0, 0 }, /* resetTimeoutMessage at 69 */
|
||||
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 43, 0, 0 } /* errorMessage at 71 */
|
||||
};
|
||||
static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = {
|
||||
sizeof(struct PokerTHMessage),
|
||||
@@ -449,9 +459,9 @@ static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = {
|
||||
offsetof(struct PokerTHMessage, present),
|
||||
sizeof(((struct PokerTHMessage *)0)->present),
|
||||
asn_MAP_PokerTHMessage_tag2el_1,
|
||||
43, /* Count of tags in the map */
|
||||
44, /* Count of tags in the map */
|
||||
0,
|
||||
43 /* Extensions start */
|
||||
44 /* Extensions start */
|
||||
};
|
||||
asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = {
|
||||
"PokerTHMessage",
|
||||
@@ -471,7 +481,7 @@ asn_TYPE_descriptor_t asn_DEF_PokerTHMessage = {
|
||||
0, /* No tags (count) */
|
||||
0, /* No PER visible constraints */
|
||||
asn_MBR_PokerTHMessage_1,
|
||||
43, /* Elements count */
|
||||
44, /* Elements count */
|
||||
&asn_SPC_PokerTHMessage_specs_1 /* Additional specs */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user