Generating protocol code.

This commit is contained in:
lotodore
2010-03-30 11:09:34 +00:00
parent 695e4fd4eb
commit be5cadcff4
85 changed files with 591 additions and 438 deletions
+2 -9
View File
@@ -13,23 +13,17 @@
/* Including external dependencies */
#include "NonZeroId.h"
#include <NativeEnumerated.h>
#include "RejectGameInvReason.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum rejectGameInvitationReason {
rejectGameInvitationReason_no = 0,
rejectGameInvitationReason_busy = 1
} e_rejectGameInvitationReason;
/* RejectGameInvitationMessage */
typedef struct RejectGameInvitationMessage {
NonZeroId_t gameId;
long rejectGameInvitationReason;
RejectGameInvReason_t myRejectReason;
/*
* This type is extensible,
* possible extensions are below.
@@ -40,7 +34,6 @@ typedef struct RejectGameInvitationMessage {
} RejectGameInvitationMessage_t;
/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_rejectGameInvitationReason_3; // (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_RejectGameInvitationMessage;
#ifdef __cplusplus