56 lines
1.1 KiB
C
56 lines
1.1 KiB
C
/*
|
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
|
* From ASN.1 module "POKERTH-PROTOCOL"
|
|
* found in "../../../docs/pokerth.asn1"
|
|
* `asn1c -fnative-types`
|
|
*/
|
|
|
|
#ifndef _GameListNew_H_
|
|
#define _GameListNew_H_
|
|
|
|
|
|
#include <asn_application.h>
|
|
|
|
/* Including external dependencies */
|
|
#include "NetGameMode.h"
|
|
#include <BOOLEAN.h>
|
|
#include "NonZeroId.h"
|
|
#include "NetGameInfo.h"
|
|
#include <asn_SEQUENCE_OF.h>
|
|
#include <constr_SEQUENCE_OF.h>
|
|
#include <constr_SEQUENCE.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* GameListNew */
|
|
typedef struct GameListNew {
|
|
NetGameMode_t gameMode;
|
|
BOOLEAN_t isPrivate;
|
|
struct playerIds {
|
|
A_SEQUENCE_OF(NonZeroId_t) list;
|
|
|
|
/* Context for parsing across buffer boundaries */
|
|
asn_struct_ctx_t _asn_ctx;
|
|
} playerIds;
|
|
NonZeroId_t adminPlayerId;
|
|
NetGameInfo_t gameInfo;
|
|
/*
|
|
* This type is extensible,
|
|
* possible extensions are below.
|
|
*/
|
|
|
|
/* Context for parsing across buffer boundaries */
|
|
asn_struct_ctx_t _asn_ctx;
|
|
} GameListNew_t;
|
|
|
|
/* Implementation */
|
|
extern asn_TYPE_descriptor_t asn_DEF_GameListNew;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _GameListNew_H_ */
|