]> git.stg.codes - stg.git/blob - libs/smux/include/stg/SimpleOpen.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / SimpleOpen.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "SMUX"
4  *      found in "SMUX.asn1"
5  *      `asn1c -S /home/faust/software/asn1c/skeletons/ -fcompound-names -fwide-types`
6  */
7
8 #ifndef _SimpleOpen_H_
9 #define _SimpleOpen_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <INTEGER.h>
16 #include <OBJECT_IDENTIFIER.h>
17 #include "DisplayString.h"
18 #include <OCTET_STRING.h>
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum SimpleOpen__version {
27         SimpleOpen__version_version_1   = 0
28 } e_SimpleOpen__version;
29
30 /* SimpleOpen */
31 typedef struct SimpleOpen {
32         INTEGER_t        version;
33         OBJECT_IDENTIFIER_t      identity;
34         DisplayString_t  description;
35         OCTET_STRING_t   password;
36         
37         /* Context for parsing across buffer boundaries */
38         asn_struct_ctx_t _asn_ctx;
39 } SimpleOpen_t;
40
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_SimpleOpen;
43 extern asn_SEQUENCE_specifics_t asn_SPC_SimpleOpen_specs_1;
44 extern asn_TYPE_member_t asn_MBR_SimpleOpen_1[4];
45
46 #ifdef __cplusplus
47 }
48 #endif
49
50 #endif  /* _SimpleOpen_H_ */
51 #include <asn_internal.h>