-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAcpcSsp.h
53 lines (41 loc) · 1.21 KB
/
AcpcSsp.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
* Generated by asn1c-0.9.29-DF (http://lionet.info/asn1c)
* From ASN.1 module "Ieee1609Dot2Dot1Protocol"
* found in "../../asn1/../ttcn/AtsPki/lib/asn1/ieee_1609.2.1/Ieee1609Dot2Dot1Protocol.asn"
* `asn1c -no-gen-example -pdu=Iso21177AccessControlPdu -pdu=ExtendedAuthPdu -pdu=EnhancedAuthPdu -pdu=SecurityMgmtInfoPdu -pdu=SessionExtensionPdu -pdu=Iso21177AdaptorLayerPdu -pdu=EtsiTs103097Data -pdu=EtsiTs103097Certificate -fcompound-names`
*/
/* Including external dependencies */
#include "CamSsp.h"
#include <constr_CHOICE.h>
#ifndef _AcpcSsp_H_
#define _AcpcSsp_H_
#include <asn_application.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Dependencies */
typedef enum AcpcSsp_PR {
AcpcSsp_PR_NOTHING, /* No components present */
AcpcSsp_PR_cam
/* Extensions may appear below */
} AcpcSsp_PR;
/* AcpcSsp */
typedef struct AcpcSsp {
AcpcSsp_PR present;
union AcpcSsp_u {
CamSsp_t cam;
/*
* This type is extensible,
* possible extensions are below.
*/
} choice;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AcpcSsp_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AcpcSsp;
#ifdef __cplusplus
}
#endif
#endif /* _AcpcSsp_H_ */
#include <asn_internal.h>