Vanetza
 
Loading...
Searching...
No Matches
CtlFormat.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TrustLists"
4 * found in "asn1/TS102941v131-TrustLists.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _CtlFormat_H_
9#define _CtlFormat_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "Version.h"
16#include "Time32.h"
17#include "BOOLEAN.h"
18#include "NativeInteger.h"
19#include "asn_SEQUENCE_OF.h"
20#include "constr_SEQUENCE_OF.h"
21#include "constr_SEQUENCE.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Forward declarations */
28struct CtlCommand;
29
30/* CtlFormat */
31typedef struct CtlFormat {
32 Version_t version;
33 Time32_t nextUpdate;
34 BOOLEAN_t isFullCtl;
35 long ctlSequence;
37 A_SEQUENCE_OF(struct CtlCommand) list;
38
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41 } ctlCommands;
42 /*
43 * This type is extensible,
44 * possible extensions are below.
45 */
46
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
50
51/* Implementation */
52extern asn_TYPE_descriptor_t asn_DEF_CtlFormat;
53extern asn_SEQUENCE_specifics_t asn_SPC_CtlFormat_specs_1;
54extern asn_TYPE_member_t asn_MBR_CtlFormat_1[5];
55
56#ifdef __cplusplus
57}
58#endif
59
60/* Referred external types */
61#include "CtlCommand.h"
62
63#endif /* _CtlFormat_H_ */
64#include "asn_internal.h"