2009-07-18 12:13:05 +00:00
|
|
|
/*
|
2010-11-28 00:14:03 +00:00
|
|
|
* Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
|
2009-07-18 12:13:05 +00:00
|
|
|
* 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"
|
2011-07-17 14:12:10 +00:00
|
|
|
#include "AmountOfMoney.h"
|
2009-07-18 12:13:05 +00:00
|
|
|
#include <constr_SEQUENCE.h>
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2011-07-16 14:52:45 +00:00
|
|
|
/* MyActionRequestMessage */
|
|
|
|
|
typedef struct MyActionRequestMessage {
|
|
|
|
|
NonZeroId_t gameId;
|
|
|
|
|
NonZeroId_t handNum;
|
|
|
|
|
NetGameState_t gameState;
|
|
|
|
|
NetPlayerAction_t myAction;
|
2011-07-17 14:12:10 +00:00
|
|
|
AmountOfMoney_t myRelativeBet;
|
2011-07-16 14:52:45 +00:00
|
|
|
/*
|
|
|
|
|
* This type is extensible,
|
|
|
|
|
* possible extensions are below.
|
|
|
|
|
*/
|
2009-07-18 12:13:05 +00:00
|
|
|
|
2011-07-16 14:52:45 +00:00
|
|
|
/* Context for parsing across buffer boundaries */
|
|
|
|
|
asn_struct_ctx_t _asn_ctx;
|
|
|
|
|
} MyActionRequestMessage_t;
|
|
|
|
|
|
|
|
|
|
/* Implementation */
|
|
|
|
|
extern asn_TYPE_descriptor_t asn_DEF_MyActionRequestMessage;
|
2009-07-18 12:13:05 +00:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* _MyActionRequestMessage_H_ */
|
2010-10-13 16:00:22 +00:00
|
|
|
#include <asn_internal.h>
|