1 /*
2  * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3  * From ASN.1 module "FEF-IntermediateDraft"
4  * 	found in "../annexb-snacc-122001.asn1"
5  */
6 
7 #ifndef	_ProdSpecEntry_H_
8 #define	_ProdSpecEntry_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include "ProdSpecEntryType.h"
15 #include "PrivateCode.h"
16 #include "FEFString.h"
17 #include <constr_SEQUENCE.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /* ProdSpecEntry */
24 typedef struct ProdSpecEntry {
25 	ProdSpecEntryType_t	 spec_type;
26 	PrivateCode_t	 component_id;
27 	FEFString_t	 prod_spec;
28 
29 	/* Context for parsing across buffer boundaries */
30 	asn_struct_ctx_t _asn_ctx;
31 } ProdSpecEntry_t;
32 
33 /* Implementation */
34 extern asn_TYPE_descriptor_t asn_DEF_ProdSpecEntry;
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif	/* _ProdSpecEntry_H_ */
41