ITS
PublicTransportContainer.h
Go to the documentation of this file.
1 /*
2  * Generated by asn1c-0.9.27 (http://lionet.info/asn1c)
3  * From ASN.1 module "CAM-PDU-Descriptions"
4  * found in "CAM.asn"
5  */
6 
7 #ifndef _PublicTransportContainer_H_
8 #define _PublicTransportContainer_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include "EmbarkationStatus.h"
15 #include <constr_SEQUENCE.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /* Forward declarations */
22 struct PtActivation;
23 
24 /* PublicTransportContainer */
25 typedef struct PublicTransportContainer {
27  struct PtActivation *ptActivation /* OPTIONAL */;
28 
29  /* Context for parsing across buffer boundaries */
32 
33 /* Implementation */
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 /* Referred external types */
41 #include "PtActivation.h"
42 
43 #endif /* _PublicTransportContainer_H_ */
44 #include <asn_internal.h>
BOOLEAN_t EmbarkationStatus_t
EmbarkationStatus_t embarkationStatus
asn_TYPE_descriptor_t asn_DEF_PublicTransportContainer
struct PtActivation * ptActivation
struct PublicTransportContainer PublicTransportContainer_t