NULL.h
Go to the documentation of this file.
1 /*-
2  * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef ASN_TYPE_NULL_H
6 #define ASN_TYPE_NULL_H
7 
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 /*
15  * The value of the NULL type is meaningless.
16  * Use the BOOLEAN type if you need to carry true/false semantics.
17  */
18 typedef int NULL_t;
19 
22 
24 
25 #if !defined(ASN_DISABLE_PRINT_SUPPORT)
27 #endif /* !defined(ASN_DISABLE_PRINT_SUPPORT) */
28 
31 
32 #define NULL_constraint asn_generic_no_constraint
33 
34 #if !defined(ASN_DISABLE_BER_SUPPORT)
35 ber_type_decoder_f NULL_decode_ber;
36 der_type_encoder_f NULL_encode_der;
37 #endif /* !defined(ASN_DISABLE_BER_SUPPORT) */
38 
39 #if !defined(ASN_DISABLE_XER_SUPPORT)
40 xer_type_decoder_f NULL_decode_xer;
41 xer_type_encoder_f NULL_encode_xer;
42 #endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
43 
44 #if !defined(ASN_DISABLE_JER_SUPPORT)
47 #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
48 
49 #if !defined(ASN_DISABLE_OER_SUPPORT)
50 oer_type_decoder_f NULL_decode_oer;
51 oer_type_encoder_f NULL_encode_oer;
52 #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
53 
54 #if !defined(ASN_DISABLE_UPER_SUPPORT)
57 #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) */
58 #if !defined(ASN_DISABLE_APER_SUPPORT)
61 #endif /* !defined(ASN_DISABLE_APER_SUPPORT) */
62 
63 #if !defined(ASN_DISABLE_RFILL_SUPPORT)
65 #endif /* !defined(ASN_DISABLE_RFILL_SUPPORT) */
66 
67 #ifdef __cplusplus
68 }
69 #endif
70 
71 #endif /* NULL_H */
per_type_decoder_f
asn_dec_rval_t() per_type_decoder_f(const asn_codec_ctx_t *opt_codec_ctx, const struct asn_TYPE_descriptor_s *type_descriptor, const asn_per_constraints_t *constraints, void **struct_ptr, asn_per_data_t *per_data)
Definition: per_decoder.h:20
NULL_decode_jer
jer_type_decoder_f NULL_decode_jer
Definition: NULL.h:45
asn_TYPE_operation_s
Definition: constr_TYPE.h:184
NULL_encode_uper
per_type_encoder_f NULL_encode_uper
Definition: NULL.h:56
asn_struct_print_f
int() asn_struct_print_f(const struct asn_TYPE_descriptor_s *type_descriptor, const void *struct_ptr, int level, asn_app_consume_bytes_f *callback, void *app_key)
Definition: constr_TYPE.h:129
NULL_decode_ber
ber_type_decoder_f NULL_decode_ber
Definition: NULL.h:35
asn_random_fill_f
asn_random_fill_result_t() asn_random_fill_f(const struct asn_TYPE_descriptor_s *td, void **struct_ptr, const struct asn_encoding_constraints_s *memb_constraints, size_t max_length)
Definition: asn_random_fill.h:32
asn_DEF_NULL
asn_TYPE_descriptor_t asn_DEF_NULL
Definition: NULL.c:72
NULL_encode_der
der_type_encoder_f NULL_encode_der
Definition: NULL.h:36
asn_struct_compare_f
int() asn_struct_compare_f(const struct asn_TYPE_descriptor_s *type_descriptor, const void *struct_A, const void *struct_B)
Definition: constr_TYPE.h:141
NULL_random_fill
asn_random_fill_f NULL_random_fill
Definition: NULL.h:64
NULL_encode_oer
oer_type_encoder_f NULL_encode_oer
Definition: NULL.h:51
NULL_decode_oer
oer_type_decoder_f NULL_decode_oer
Definition: NULL.h:50
NULL_encode_xer
xer_type_encoder_f NULL_encode_xer
Definition: NULL.h:41
asn_TYPE_descriptor_s
Definition: constr_TYPE.h:224
jer_type_encoder_f
asn_enc_rval_t() jer_type_encoder_f(const struct asn_TYPE_descriptor_s *type_descriptor, const asn_jer_constraints_t *constraints, const void *struct_ptr, int ilevel, enum jer_encoder_flags_e jer_flags, asn_app_consume_bytes_f *consume_bytes_cb, void *app_key)
Definition: jer_encoder.h:73
NULL_decode_xer
xer_type_decoder_f NULL_decode_xer
Definition: NULL.h:40
NULL_compare
asn_struct_compare_f NULL_compare
Definition: NULL.h:29
NULL_encode_aper
per_type_encoder_f NULL_encode_aper
Definition: NULL.h:60
jer_type_decoder_f
asn_dec_rval_t() jer_type_decoder_f(const asn_codec_ctx_t *opt_codec_ctx, const struct asn_TYPE_descriptor_s *type_descriptor, const asn_jer_constraints_t *constraints, void **struct_ptr, const void *buf_ptr, size_t size)
Definition: jer_decoder.h:32
per_type_encoder_f
asn_enc_rval_t() per_type_encoder_f(const struct asn_TYPE_descriptor_s *type_descriptor, const asn_per_constraints_t *constraints, const void *struct_ptr, asn_per_outp_t *per_output)
Definition: per_encoder.h:20
asn_OP_NULL
asn_TYPE_operation_t asn_OP_NULL
Definition: NULL.c:14
NULL_print
asn_struct_print_f NULL_print
Definition: NULL.h:26
NULL_free
asn_struct_free_f NULL_free
Definition: NULL.h:23
NULL_encode_jer
jer_type_encoder_f NULL_encode_jer
Definition: NULL.h:46
NULL_decode_aper
per_type_decoder_f NULL_decode_aper
Definition: NULL.h:59
NULL_decode_uper
per_type_decoder_f NULL_decode_uper
Definition: NULL.h:55
asn_application.h
asn_struct_copy_f
int() asn_struct_copy_f(const struct asn_TYPE_descriptor_s *type_descriptor, void **struct_A, const void *struct_B)
Definition: constr_TYPE.h:150
asn_struct_free_f
void() asn_struct_free_f(const struct asn_TYPE_descriptor_s *type_descriptor, void *struct_ptr, enum asn_struct_free_method)
Definition: constr_TYPE.h:95
NULL_t
int NULL_t
Definition: NULL.h:18
NULL_copy
asn_struct_copy_f NULL_copy
Definition: NULL.h:30


etsi_its_cam_ts_coding
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:21:23