ITS
SituationContainer.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 "DENM-PDU-Descriptions"
4  * found in "DENM.asn"
5  */
6 
7 #ifndef _SituationContainer_H_
8 #define _SituationContainer_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include "InformationQuality.h"
15 #include "CauseCode.h"
16 #include <constr_SEQUENCE.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 /* Forward declarations */
23 struct CauseCode;
24 struct EventHistory;
25 
26 /* SituationContainer */
27 typedef struct SituationContainer {
30  struct CauseCode *linkedCause /* OPTIONAL */;
31  struct EventHistory *eventHistory /* OPTIONAL */;
32  /*
33  * This type is extensible,
34  * possible extensions are below.
35  */
36 
37  /* Context for parsing across buffer boundaries */
40 
41 /* Implementation */
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 /* Referred external types */
49 #include "CauseCode.h"
50 #include "EventHistory.h"
51 
52 #endif /* _SituationContainer_H_ */
53 #include <asn_internal.h>
long InformationQuality_t
InformationQuality_t informationQuality
asn_TYPE_descriptor_t asn_DEF_SituationContainer
struct SituationContainer SituationContainer_t
struct CauseCode * linkedCause
struct EventHistory * eventHistory
asn_struct_ctx_t _asn_ctx