2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "RFC1155-SMI"
4 * found in "RFC1155-SMI.asn1"
5 * `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
8 #ifndef _ObjectSyntax_H_
9 #define _ObjectSyntax_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "SimpleSyntax.h"
16 #include "ApplicationSyntax.h"
17 #include <constr_CHOICE.h>
24 typedef enum ObjectSyntax_PR {
25 ObjectSyntax_PR_NOTHING, /* No components present */
26 ObjectSyntax_PR_simple,
27 ObjectSyntax_PR_application_wide
31 typedef struct ObjectSyntax {
32 ObjectSyntax_PR present;
33 union ObjectSyntax_u {
34 SimpleSyntax_t simple;
35 ApplicationSyntax_t application_wide;
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx;
43 extern asn_TYPE_descriptor_t asn_DEF_ObjectSyntax;
44 extern asn_CHOICE_specifics_t asn_SPC_ObjectSyntax_specs_1;
45 extern asn_TYPE_member_t asn_MBR_ObjectSyntax_1[2];
46 extern asn_per_constraints_t asn_PER_type_ObjectSyntax_constr_1;
52 #endif /* _ObjectSyntax_H_ */
53 #include <asn_internal.h>