2009-07-18 12:13:05 +00:00
|
|
|
/*
|
|
|
|
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
|
|
|
|
* From ASN.1 module "POKERTH-PROTOCOL"
|
|
|
|
|
* found in "../../../docs/pokerth.asn1"
|
2010-08-01 19:51:34 +00:00
|
|
|
* `asn1c -fskeletons-copy`
|
2009-07-18 12:13:05 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _MyActionRequestMessage_H_
|
|
|
|
|
#define _MyActionRequestMessage_H_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <asn_application.h>
|
|
|
|
|
|
|
|
|
|
/* Including external dependencies */
|
|
|
|
|
#include "NonZeroId.h"
|
2009-07-18 21:36:28 +00:00
|
|
|
#include "NetGameState.h"
|
|
|
|
|
#include "NetPlayerAction.h"
|
2009-07-18 12:13:05 +00:00
|
|
|
#include <NativeInteger.h>
|
|
|
|
|
#include <constr_SEQUENCE.h>
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* MyActionRequestMessage */
|
|
|
|
|
typedef struct MyActionRequestMessage {
|
|
|
|
|
NonZeroId_t gameId;
|
2010-09-25 09:22:12 +00:00
|
|
|
NonZeroId_t handNum;
|
2009-07-18 21:36:28 +00:00
|
|
|
NetGameState_t gameState;
|
|
|
|
|
NetPlayerAction_t myAction;
|
2009-07-18 12:13:05 +00:00
|
|
|
long myRelativeBet;
|
|
|
|
|
/*
|
|
|
|
|
* This type is extensible,
|
|
|
|
|
* possible extensions are below.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Context for parsing across buffer boundaries */
|
|
|
|
|
asn_struct_ctx_t _asn_ctx;
|
|
|
|
|
} MyActionRequestMessage_t;
|
|
|
|
|
|
|
|
|
|
/* Implementation */
|
|
|
|
|
extern asn_TYPE_descriptor_t asn_DEF_MyActionRequestMessage;
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* _MyActionRequestMessage_H_ */
|