Preparing network protocol for rejoin.

This commit is contained in:
lotodore
2011-07-16 14:52:45 +00:00
parent 711091bcd9
commit e109c0037d
303 changed files with 8477 additions and 7528 deletions
+162 -162
View File
@@ -8,7 +8,7 @@
#include "PokerTHMessage.h"
static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.announceMessage),
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.announceMessage),
(ASN_TAG_CLASS_APPLICATION | (0 << 2)),
0,
&asn_DEF_AnnounceMessage,
@@ -16,8 +16,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"announceMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initMessage),
(ASN_TAG_CLASS_APPLICATION | (1 << 2)),
0,
&asn_DEF_InitMessage,
@@ -25,8 +25,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"initMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.authMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.authMessage),
(ASN_TAG_CLASS_APPLICATION | (2 << 2)),
0,
&asn_DEF_AuthMessage,
@@ -34,8 +34,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"authMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initAckMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.initAckMessage),
(ASN_TAG_CLASS_APPLICATION | (3 << 2)),
0,
&asn_DEF_InitAckMessage,
@@ -43,8 +43,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"initAckMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (4 << 2)),
0,
&asn_DEF_AvatarRequestMessage,
@@ -52,8 +52,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"avatarRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarReplyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.avatarReplyMessage),
(ASN_TAG_CLASS_APPLICATION | (5 << 2)),
0,
&asn_DEF_AvatarReplyMessage,
@@ -61,8 +61,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"avatarReplyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerListMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerListMessage),
(ASN_TAG_CLASS_APPLICATION | (6 << 2)),
0,
&asn_DEF_PlayerListMessage,
@@ -70,8 +70,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"playerListMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameListMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameListMessage),
(ASN_TAG_CLASS_APPLICATION | (7 << 2)),
0,
&asn_DEF_GameListMessage,
@@ -79,8 +79,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"gameListMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (8 << 2)),
0,
&asn_DEF_PlayerInfoRequestMessage,
@@ -88,8 +88,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"playerInfoRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoReplyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playerInfoReplyMessage),
(ASN_TAG_CLASS_APPLICATION | (9 << 2)),
0,
&asn_DEF_PlayerInfoReplyMessage,
@@ -97,8 +97,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"playerInfoReplyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.subscriptionRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.subscriptionRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (10 << 2)),
0,
&asn_DEF_SubscriptionRequestMessage,
@@ -106,8 +106,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"subscriptionRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (11 << 2)),
0,
&asn_DEF_JoinGameRequestMessage,
@@ -115,8 +115,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"joinGameRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameReplyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.joinGameReplyMessage),
(ASN_TAG_CLASS_APPLICATION | (12 << 2)),
0,
&asn_DEF_JoinGameReplyMessage,
@@ -124,8 +124,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"joinGameReplyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gamePlayerMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gamePlayerMessage),
(ASN_TAG_CLASS_APPLICATION | (13 << 2)),
0,
&asn_DEF_GamePlayerMessage,
@@ -133,8 +133,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"gamePlayerMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPlayerRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPlayerRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (14 << 2)),
0,
&asn_DEF_KickPlayerRequestMessage,
@@ -142,8 +142,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"kickPlayerRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.leaveGameRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.leaveGameRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (15 << 2)),
0,
&asn_DEF_LeaveGameRequestMessage,
@@ -151,8 +151,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"leaveGameRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.invitePlayerToGameMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.invitePlayerToGameMessage),
(ASN_TAG_CLASS_APPLICATION | (16 << 2)),
0,
&asn_DEF_InvitePlayerToGameMessage,
@@ -160,8 +160,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"invitePlayerToGameMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.inviteNotifyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.inviteNotifyMessage),
(ASN_TAG_CLASS_APPLICATION | (17 << 2)),
0,
&asn_DEF_InviteNotifyMessage,
@@ -169,8 +169,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"inviteNotifyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.rejectGameInvitationMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.rejectGameInvitationMessage),
(ASN_TAG_CLASS_APPLICATION | (18 << 2)),
0,
&asn_DEF_RejectGameInvitationMessage,
@@ -178,8 +178,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"rejectGameInvitationMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.rejectInvNotifyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.rejectInvNotifyMessage),
(ASN_TAG_CLASS_APPLICATION | (19 << 2)),
0,
&asn_DEF_RejectInvNotifyMessage,
@@ -187,8 +187,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"rejectInvNotifyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventMessage),
(ASN_TAG_CLASS_APPLICATION | (20 << 2)),
0,
&asn_DEF_StartEventMessage,
@@ -196,8 +196,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"startEventMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventAckMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startEventAckMessage),
(ASN_TAG_CLASS_APPLICATION | (21 << 2)),
0,
&asn_DEF_StartEventAckMessage,
@@ -205,8 +205,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"startEventAckMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameStartMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.gameStartMessage),
(ASN_TAG_CLASS_APPLICATION | (22 << 2)),
0,
&asn_DEF_GameStartMessage,
@@ -214,8 +214,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"gameStartMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.handStartMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.handStartMessage),
(ASN_TAG_CLASS_APPLICATION | (23 << 2)),
0,
&asn_DEF_HandStartMessage,
@@ -223,8 +223,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"handStartMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersTurnMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersTurnMessage),
(ASN_TAG_CLASS_APPLICATION | (24 << 2)),
0,
&asn_DEF_PlayersTurnMessage,
@@ -232,8 +232,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"playersTurnMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.myActionRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.myActionRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (25 << 2)),
0,
&asn_DEF_MyActionRequestMessage,
@@ -241,8 +241,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"myActionRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.yourActionRejectedMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.yourActionRejectedMessage),
(ASN_TAG_CLASS_APPLICATION | (26 << 2)),
0,
&asn_DEF_YourActionRejectedMessage,
@@ -250,8 +250,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"yourActionRejectedMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersActionDoneMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.playersActionDoneMessage),
(ASN_TAG_CLASS_APPLICATION | (27 << 2)),
0,
&asn_DEF_PlayersActionDoneMessage,
@@ -259,8 +259,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"playersActionDoneMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealFlopCardsMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealFlopCardsMessage),
(ASN_TAG_CLASS_APPLICATION | (28 << 2)),
0,
&asn_DEF_DealFlopCardsMessage,
@@ -268,8 +268,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"dealFlopCardsMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealTurnCardMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealTurnCardMessage),
(ASN_TAG_CLASS_APPLICATION | (29 << 2)),
0,
&asn_DEF_DealTurnCardMessage,
@@ -277,8 +277,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"dealTurnCardMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealRiverCardMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dealRiverCardMessage),
(ASN_TAG_CLASS_APPLICATION | (30 << 2)),
0,
&asn_DEF_DealRiverCardMessage,
@@ -286,8 +286,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"dealRiverCardMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.allInShowCardsMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.allInShowCardsMessage),
(ASN_TAG_CLASS_APPLICATION | (31 << 2)),
0,
&asn_DEF_AllInShowCardsMessage,
@@ -295,8 +295,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"allInShowCardsMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfHandMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfHandMessage),
(ASN_TAG_CLASS_APPLICATION | (32 << 2)),
0,
&asn_DEF_EndOfHandMessage,
@@ -304,8 +304,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"endOfHandMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.showMyCardsRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.showMyCardsRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (33 << 2)),
0,
&asn_DEF_ShowMyCardsRequestMessage,
@@ -313,8 +313,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"showMyCardsRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.afterHandShowCardsMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.afterHandShowCardsMessage),
(ASN_TAG_CLASS_APPLICATION | (34 << 2)),
0,
&asn_DEF_AfterHandShowCardsMessage,
@@ -322,8 +322,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"afterHandShowCardsMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfGameMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endOfGameMessage),
(ASN_TAG_CLASS_APPLICATION | (35 << 2)),
0,
&asn_DEF_EndOfGameMessage,
@@ -331,8 +331,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"endOfGameMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.askKickPlayerMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.askKickPlayerMessage),
(ASN_TAG_CLASS_APPLICATION | (64 << 2)),
0,
&asn_DEF_AskKickPlayerMessage,
@@ -340,8 +340,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"askKickPlayerMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.askKickDeniedMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.askKickDeniedMessage),
(ASN_TAG_CLASS_APPLICATION | (65 << 2)),
0,
&asn_DEF_AskKickDeniedMessage,
@@ -349,8 +349,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"askKickDeniedMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startKickPetitionMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.startKickPetitionMessage),
(ASN_TAG_CLASS_APPLICATION | (66 << 2)),
0,
&asn_DEF_StartKickPetitionMessage,
@@ -358,8 +358,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"startKickPetitionMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.voteKickRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.voteKickRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (67 << 2)),
0,
&asn_DEF_VoteKickRequestMessage,
@@ -367,8 +367,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"voteKickRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.voteKickReplyMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.voteKickReplyMessage),
(ASN_TAG_CLASS_APPLICATION | (68 << 2)),
0,
&asn_DEF_VoteKickReplyMessage,
@@ -376,8 +376,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"voteKickReplyMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPetitionUpdateMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.kickPetitionUpdateMessage),
(ASN_TAG_CLASS_APPLICATION | (69 << 2)),
0,
&asn_DEF_KickPetitionUpdateMessage,
@@ -385,8 +385,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"kickPetitionUpdateMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endKickPetitionMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.endKickPetitionMessage),
(ASN_TAG_CLASS_APPLICATION | (70 << 2)),
0,
&asn_DEF_EndKickPetitionMessage,
@@ -394,8 +394,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"endKickPetitionMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.statisticsMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.statisticsMessage),
(ASN_TAG_CLASS_APPLICATION | (128 << 2)),
0,
&asn_DEF_StatisticsMessage,
@@ -403,8 +403,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"statisticsMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatRequestMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatRequestMessage),
(ASN_TAG_CLASS_APPLICATION | (129 << 2)),
0,
&asn_DEF_ChatRequestMessage,
@@ -412,8 +412,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"chatRequestMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatMessage),
(ASN_TAG_CLASS_APPLICATION | (130 << 2)),
0,
&asn_DEF_ChatMessage,
@@ -421,8 +421,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"chatMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatRejectMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.chatRejectMessage),
(ASN_TAG_CLASS_APPLICATION | (131 << 2)),
0,
&asn_DEF_ChatRejectMessage,
@@ -430,8 +430,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"chatRejectMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dialogMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.dialogMessage),
(ASN_TAG_CLASS_APPLICATION | (132 << 2)),
0,
&asn_DEF_DialogMessage,
@@ -439,8 +439,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"dialogMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.timeoutWarningMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.timeoutWarningMessage),
(ASN_TAG_CLASS_APPLICATION | (133 << 2)),
0,
&asn_DEF_TimeoutWarningMessage,
@@ -448,8 +448,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"timeoutWarningMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.resetTimeoutMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.resetTimeoutMessage),
(ASN_TAG_CLASS_APPLICATION | (134 << 2)),
0,
&asn_DEF_ResetTimeoutMessage,
@@ -457,8 +457,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"resetTimeoutMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.afkWarningMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.afkWarningMessage),
(ASN_TAG_CLASS_APPLICATION | (135 << 2)),
0,
&asn_DEF_AfkWarningMessage,
@@ -466,8 +466,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"afkWarningMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarMessage),
(ASN_TAG_CLASS_APPLICATION | (136 << 2)),
0,
&asn_DEF_ReportAvatarMessage,
@@ -475,8 +475,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"reportAvatarMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarAckMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.reportAvatarAckMessage),
(ASN_TAG_CLASS_APPLICATION | (137 << 2)),
0,
&asn_DEF_ReportAvatarAckMessage,
@@ -484,8 +484,8 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"reportAvatarAckMessage"
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.errorMessage),
},
{ ATF_NOFLAGS, 0, offsetof(struct PokerTHMessage, choice.errorMessage),
(ASN_TAG_CLASS_APPLICATION | (255 << 2)),
0,
&asn_DEF_ErrorMessage,
@@ -493,63 +493,63 @@ static asn_TYPE_member_t asn_MBR_PokerTHMessage_1[] = {
0, /* PER is not compiled, use -gen-PER */
0,
"errorMessage"
},
},
};
static asn_TYPE_tag2member_t asn_MAP_PokerTHMessage_tag2el_1[] = {
{ (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 }, /* invitePlayerToGameMessage at 43 */
{ (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* inviteNotifyMessage at 44 */
{ (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* rejectGameInvitationMessage at 45 */
{ (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* rejectInvNotifyMessage at 46 */
{ (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* startEventMessage at 47 */
{ (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* startEventAckMessage at 48 */
{ (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* gameStartMessage at 49 */
{ (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* handStartMessage at 50 */
{ (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* playersTurnMessage at 51 */
{ (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* myActionRequestMessage at 52 */
{ (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* yourActionRejectedMessage at 53 */
{ (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* playersActionDoneMessage at 54 */
{ (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 28, 0, 0 }, /* dealFlopCardsMessage at 55 */
{ (ASN_TAG_CLASS_APPLICATION | (29 << 2)), 29, 0, 0 }, /* dealTurnCardMessage at 56 */
{ (ASN_TAG_CLASS_APPLICATION | (30 << 2)), 30, 0, 0 }, /* dealRiverCardMessage at 57 */
{ (ASN_TAG_CLASS_APPLICATION | (31 << 2)), 31, 0, 0 }, /* allInShowCardsMessage at 58 */
{ (ASN_TAG_CLASS_APPLICATION | (32 << 2)), 32, 0, 0 }, /* endOfHandMessage at 59 */
{ (ASN_TAG_CLASS_APPLICATION | (33 << 2)), 33, 0, 0 }, /* showMyCardsRequestMessage at 60 */
{ (ASN_TAG_CLASS_APPLICATION | (34 << 2)), 34, 0, 0 }, /* afterHandShowCardsMessage at 61 */
{ (ASN_TAG_CLASS_APPLICATION | (35 << 2)), 35, 0, 0 }, /* endOfGameMessage at 62 */
{ (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 36, 0, 0 }, /* askKickPlayerMessage at 63 */
{ (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 37, 0, 0 }, /* askKickDeniedMessage at 64 */
{ (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 38, 0, 0 }, /* startKickPetitionMessage at 65 */
{ (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 39, 0, 0 }, /* voteKickRequestMessage at 66 */
{ (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 40, 0, 0 }, /* voteKickReplyMessage at 67 */
{ (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 41, 0, 0 }, /* kickPetitionUpdateMessage at 68 */
{ (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 42, 0, 0 }, /* endKickPetitionMessage at 69 */
{ (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 43, 0, 0 }, /* statisticsMessage at 70 */
{ (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 44, 0, 0 }, /* chatRequestMessage at 71 */
{ (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 45, 0, 0 }, /* chatMessage at 72 */
{ (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 46, 0, 0 }, /* chatRejectMessage at 73 */
{ (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 47, 0, 0 }, /* dialogMessage at 74 */
{ (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 48, 0, 0 }, /* timeoutWarningMessage at 75 */
{ (ASN_TAG_CLASS_APPLICATION | (134 << 2)), 49, 0, 0 }, /* resetTimeoutMessage at 76 */
{ (ASN_TAG_CLASS_APPLICATION | (135 << 2)), 50, 0, 0 }, /* afkWarningMessage at 77 */
{ (ASN_TAG_CLASS_APPLICATION | (136 << 2)), 51, 0, 0 }, /* reportAvatarMessage at 78 */
{ (ASN_TAG_CLASS_APPLICATION | (137 << 2)), 52, 0, 0 }, /* reportAvatarAckMessage at 79 */
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 53, 0, 0 } /* errorMessage at 81 */
{ (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 }, /* invitePlayerToGameMessage at 43 */
{ (ASN_TAG_CLASS_APPLICATION | (17 << 2)), 17, 0, 0 }, /* inviteNotifyMessage at 44 */
{ (ASN_TAG_CLASS_APPLICATION | (18 << 2)), 18, 0, 0 }, /* rejectGameInvitationMessage at 45 */
{ (ASN_TAG_CLASS_APPLICATION | (19 << 2)), 19, 0, 0 }, /* rejectInvNotifyMessage at 46 */
{ (ASN_TAG_CLASS_APPLICATION | (20 << 2)), 20, 0, 0 }, /* startEventMessage at 47 */
{ (ASN_TAG_CLASS_APPLICATION | (21 << 2)), 21, 0, 0 }, /* startEventAckMessage at 48 */
{ (ASN_TAG_CLASS_APPLICATION | (22 << 2)), 22, 0, 0 }, /* gameStartMessage at 49 */
{ (ASN_TAG_CLASS_APPLICATION | (23 << 2)), 23, 0, 0 }, /* handStartMessage at 50 */
{ (ASN_TAG_CLASS_APPLICATION | (24 << 2)), 24, 0, 0 }, /* playersTurnMessage at 51 */
{ (ASN_TAG_CLASS_APPLICATION | (25 << 2)), 25, 0, 0 }, /* myActionRequestMessage at 52 */
{ (ASN_TAG_CLASS_APPLICATION | (26 << 2)), 26, 0, 0 }, /* yourActionRejectedMessage at 53 */
{ (ASN_TAG_CLASS_APPLICATION | (27 << 2)), 27, 0, 0 }, /* playersActionDoneMessage at 54 */
{ (ASN_TAG_CLASS_APPLICATION | (28 << 2)), 28, 0, 0 }, /* dealFlopCardsMessage at 55 */
{ (ASN_TAG_CLASS_APPLICATION | (29 << 2)), 29, 0, 0 }, /* dealTurnCardMessage at 56 */
{ (ASN_TAG_CLASS_APPLICATION | (30 << 2)), 30, 0, 0 }, /* dealRiverCardMessage at 57 */
{ (ASN_TAG_CLASS_APPLICATION | (31 << 2)), 31, 0, 0 }, /* allInShowCardsMessage at 58 */
{ (ASN_TAG_CLASS_APPLICATION | (32 << 2)), 32, 0, 0 }, /* endOfHandMessage at 59 */
{ (ASN_TAG_CLASS_APPLICATION | (33 << 2)), 33, 0, 0 }, /* showMyCardsRequestMessage at 60 */
{ (ASN_TAG_CLASS_APPLICATION | (34 << 2)), 34, 0, 0 }, /* afterHandShowCardsMessage at 61 */
{ (ASN_TAG_CLASS_APPLICATION | (35 << 2)), 35, 0, 0 }, /* endOfGameMessage at 62 */
{ (ASN_TAG_CLASS_APPLICATION | (64 << 2)), 36, 0, 0 }, /* askKickPlayerMessage at 63 */
{ (ASN_TAG_CLASS_APPLICATION | (65 << 2)), 37, 0, 0 }, /* askKickDeniedMessage at 64 */
{ (ASN_TAG_CLASS_APPLICATION | (66 << 2)), 38, 0, 0 }, /* startKickPetitionMessage at 65 */
{ (ASN_TAG_CLASS_APPLICATION | (67 << 2)), 39, 0, 0 }, /* voteKickRequestMessage at 66 */
{ (ASN_TAG_CLASS_APPLICATION | (68 << 2)), 40, 0, 0 }, /* voteKickReplyMessage at 67 */
{ (ASN_TAG_CLASS_APPLICATION | (69 << 2)), 41, 0, 0 }, /* kickPetitionUpdateMessage at 68 */
{ (ASN_TAG_CLASS_APPLICATION | (70 << 2)), 42, 0, 0 }, /* endKickPetitionMessage at 69 */
{ (ASN_TAG_CLASS_APPLICATION | (128 << 2)), 43, 0, 0 }, /* statisticsMessage at 70 */
{ (ASN_TAG_CLASS_APPLICATION | (129 << 2)), 44, 0, 0 }, /* chatRequestMessage at 71 */
{ (ASN_TAG_CLASS_APPLICATION | (130 << 2)), 45, 0, 0 }, /* chatMessage at 72 */
{ (ASN_TAG_CLASS_APPLICATION | (131 << 2)), 46, 0, 0 }, /* chatRejectMessage at 73 */
{ (ASN_TAG_CLASS_APPLICATION | (132 << 2)), 47, 0, 0 }, /* dialogMessage at 74 */
{ (ASN_TAG_CLASS_APPLICATION | (133 << 2)), 48, 0, 0 }, /* timeoutWarningMessage at 75 */
{ (ASN_TAG_CLASS_APPLICATION | (134 << 2)), 49, 0, 0 }, /* resetTimeoutMessage at 76 */
{ (ASN_TAG_CLASS_APPLICATION | (135 << 2)), 50, 0, 0 }, /* afkWarningMessage at 77 */
{ (ASN_TAG_CLASS_APPLICATION | (136 << 2)), 51, 0, 0 }, /* reportAvatarMessage at 78 */
{ (ASN_TAG_CLASS_APPLICATION | (137 << 2)), 52, 0, 0 }, /* reportAvatarAckMessage at 79 */
{ (ASN_TAG_CLASS_APPLICATION | (255 << 2)), 53, 0, 0 } /* errorMessage at 81 */
};
static asn_CHOICE_specifics_t asn_SPC_PokerTHMessage_specs_1 = {
sizeof(struct PokerTHMessage),