Generated code for protocol changes.

This commit is contained in:
lotodore
2010-03-24 15:26:46 +00:00
parent 2fe2dbc4a2
commit 01dcbd84d6
57 changed files with 388 additions and 202 deletions
+6 -6
View File
@@ -19,22 +19,22 @@ static asn_TYPE_member_t asn_MBR_GamePlayerJoined_1[] = {
0,
"playerId"
},
{ ATF_NOFLAGS, 0, offsetof(struct GamePlayerJoined, isAdmin),
(ASN_TAG_CLASS_UNIVERSAL | (1 << 2)),
{ ATF_NOFLAGS, 0, offsetof(struct GamePlayerJoined, curPlayerRights),
(ASN_TAG_CLASS_UNIVERSAL | (10 << 2)),
0,
&asn_DEF_BOOLEAN,
&asn_DEF_PlayerInfoRights,
0, /* Defer constraints checking to the member type */
0, /* PER is not compiled, use -gen-PER */
0,
"isAdmin"
"curPlayerRights"
},
};
static ber_tlv_tag_t asn_DEF_GamePlayerJoined_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
static asn_TYPE_tag2member_t asn_MAP_GamePlayerJoined_tag2el_1[] = {
{ (ASN_TAG_CLASS_UNIVERSAL | (1 << 2)), 1, 0, 0 }, /* isAdmin at 331 */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* playerId at 330 */
{ (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* playerId at 337 */
{ (ASN_TAG_CLASS_UNIVERSAL | (10 << 2)), 1, 0, 0 } /* curPlayerRights at 339 */
};
static asn_SEQUENCE_specifics_t asn_SPC_GamePlayerJoined_specs_1 = {
sizeof(struct GamePlayerJoined),