ITS
ItsPduHeader.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 "ITS-Container"
4  * found in "ITS-Container.asn"
5  */
6 
7 #ifndef _ItsPduHeader_H_
8 #define _ItsPduHeader_H_
9 
10 
11 #include <asn_application.h>
12 
13 /* Including external dependencies */
14 #include <NativeInteger.h>
15 #include "StationID.h"
16 #include <constr_SEQUENCE.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 /* Dependencies */
23 typedef enum protocolVersion {
26 typedef enum messageID {
34 } e_messageID;
35 
36 /* ItsPduHeader */
37 typedef struct ItsPduHeader {
39  long messageID;
41 
42  /* Context for parsing across buffer boundaries */
45 
46 /* Implementation */
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif /* _ItsPduHeader_H_ */
54 #include <asn_internal.h>
asn_struct_ctx_t _asn_ctx
Definition: ItsPduHeader.h:43
messageID
Definition: ItsPduHeader.h:26
long protocolVersion
Definition: ItsPduHeader.h:38
protocolVersion
Definition: ItsPduHeader.h:23
unsigned long StationID_t
Definition: StationID.h:21
StationID_t stationID
Definition: ItsPduHeader.h:40
enum protocolVersion e_protocolVersion
enum messageID e_messageID
asn_TYPE_descriptor_t asn_DEF_ItsPduHeader
Definition: ItsPduHeader.c:115
struct ItsPduHeader ItsPduHeader_t