2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RFC1155-SMI"
4 * found in "RFC1155-SMI.asn1"
5 * `asn1c -S/mnt/data/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;
49 #endif /* _ObjectSyntax_H_ */
50 #include <asn_internal.h>