Vanetza
 
Loading...
Searching...
No Matches
Psid.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2BaseTypes"
4 * found in "asn1/IEEE1609dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _Psid_H_
9#define _Psid_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeInteger.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Psid */
22typedef unsigned long Psid_t;
23
24/* Implementation */
25extern asn_per_constraints_t asn_PER_type_Psid_constr_1;
26extern asn_TYPE_descriptor_t asn_DEF_Psid;
27extern const asn_INTEGER_specifics_t asn_SPC_Psid_specs_1;
28asn_struct_free_f Psid_free;
29asn_struct_print_f Psid_print;
30asn_constr_check_f Psid_constraint;
31ber_type_decoder_f Psid_decode_ber;
32der_type_encoder_f Psid_encode_der;
33xer_type_decoder_f Psid_decode_xer;
34xer_type_encoder_f Psid_encode_xer;
35jer_type_encoder_f Psid_encode_jer;
36oer_type_decoder_f Psid_decode_oer;
37oer_type_encoder_f Psid_encode_oer;
38per_type_decoder_f Psid_decode_uper;
39per_type_encoder_f Psid_encode_uper;
40per_type_decoder_f Psid_decode_aper;
41per_type_encoder_f Psid_encode_aper;
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* _Psid_H_ */
48#include "asn_internal.h"