/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "PEDefinitions"
 * 	found in "../../../asn1/PEDefinitions.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#ifndef	_FileManagement_H_
#define	_FileManagement_H_


#include <asn_application.h>

/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <OCTET_STRING.h>
#include "Fcp.h"
#include "UInt16.h"
#include <constr_CHOICE.h>
#include <constr_SEQUENCE_OF.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum FileManagement__Member_PR {
	FileManagement__Member_PR_NOTHING,	/* No components present */
	FileManagement__Member_PR_filePath,
	FileManagement__Member_PR_createFCP,
	FileManagement__Member_PR_fillFileOffset,
	FileManagement__Member_PR_fillFileContent
	/* Extensions may appear below */
	
} FileManagement__Member_PR;

/* Forward definitions */
typedef struct FileManagement__Member {
	FileManagement__Member_PR present;
	union FileManagement__Member_u {
		OCTET_STRING_t	 filePath;
		Fcp_t	 createFCP;
		UInt16_t	 fillFileOffset;
		OCTET_STRING_t	 fillFileContent;
		/*
		 * This type is extensible,
		 * possible extensions are below.
		 */
	} choice;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} FileManagement__Member;

/* FileManagement */
typedef struct FileManagement {
	A_SEQUENCE_OF(FileManagement__Member) list;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} FileManagement_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_FileManagement;
extern asn_SET_OF_specifics_t asn_SPC_FileManagement_specs_1;
extern asn_TYPE_member_t asn_MBR_FileManagement_1[1];
extern asn_per_constraints_t asn_PER_type_FileManagement_constr_1;

#ifdef __cplusplus
}
#endif

#endif	/* _FileManagement_H_ */
#include <asn_internal.h>
