ITS
LocationContainer.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 _LocationContainer_H_
8 #define _LocationContainer_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include "Traces.h"
15 #include "RoadType.h"
16 #include <constr_SEQUENCE.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 /* Forward declarations */
23 struct Speed;
24 struct Heading;
25 
26 /* LocationContainer */
27 typedef struct LocationContainer {
28  struct Speed *eventSpeed /* OPTIONAL */;
29  struct Heading *eventPositionHeading /* OPTIONAL */;
31  RoadType_t *roadType /* 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 "Speed.h"
50 #include "Heading.h"
51 
52 #endif /* _LocationContainer_H_ */
53 #include <asn_internal.h>
asn_TYPE_descriptor_t asn_DEF_LocationContainer
Definition: Traces.h:25
struct Heading * eventPositionHeading
struct LocationContainer LocationContainer_t
asn_struct_ctx_t _asn_ctx
RoadType_t * roadType
struct Speed * eventSpeed
Definition: Speed.h:23
long RoadType_t
Definition: RoadType.h:29