NativeInteger.h
Go to the documentation of this file.
1 /*-
2  * Copyright (c) 2004-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 /*
6  * This type differs from the standard INTEGER in that it is modelled using
7  * the fixed machine type (long, int, short), so it can hold only values of
8  * limited length. There is no type (i.e., NativeInteger_t, any integer type
9  * will do).
10  * This type may be used when integer range is limited by subtype constraints.
11  */
12 #ifndef _NativeInteger_H_
13 #define _NativeInteger_H_
14 
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
24 
26 
27 #if !defined(ASN_DISABLE_PRINT_SUPPORT)
29 #endif /* !defined(ASN_DISABLE_PRINT_SUPPORT) */
30 
33 
34 #define NativeInteger_constraint asn_generic_no_constraint
35 
36 #if !defined(ASN_DISABLE_BER_SUPPORT)
37 ber_type_decoder_f NativeInteger_decode_ber;
38 der_type_encoder_f NativeInteger_encode_der;
39 #endif /* !defined(ASN_DISABLE_BER_SUPPORT) */
40 
41 #if !defined(ASN_DISABLE_XER_SUPPORT)
42 xer_type_decoder_f NativeInteger_decode_xer;
43 xer_type_encoder_f NativeInteger_encode_xer;
44 #endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
45 
46 #if !defined(ASN_DISABLE_JER_SUPPORT)
49 #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
50 
51 #if !defined(ASN_DISABLE_OER_SUPPORT)
52 oer_type_decoder_f NativeInteger_decode_oer;
53 oer_type_encoder_f NativeInteger_encode_oer;
54 #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
55 
56 #if !defined(ASN_DISABLE_UPER_SUPPORT)
59 #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) */
60 #if !defined(ASN_DISABLE_APER_SUPPORT)
63 #endif /* !defined(ASN_DISABLE_APER_SUPPORT) */
64 
65 #if !defined(ASN_DISABLE_RFILL_SUPPORT)
67 #endif /* !defined(ASN_DISABLE_RFILL_SUPPORT) */
68 
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 #endif /* _NativeInteger_H_ */
NativeInteger_decode_oer
oer_type_decoder_f NativeInteger_decode_oer
Definition: NativeInteger.h:52
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
asn_TYPE_operation_s
Definition: constr_TYPE.h:184
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
NativeInteger_copy
asn_struct_copy_f NativeInteger_copy
Definition: NativeInteger.h:32
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
NativeInteger_compare
asn_struct_compare_f NativeInteger_compare
Definition: NativeInteger.h:31
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
NativeInteger_decode_ber
ber_type_decoder_f NativeInteger_decode_ber
Definition: NativeInteger.h:37
NativeInteger_random_fill
asn_random_fill_f NativeInteger_random_fill
Definition: NativeInteger.h:66
NativeInteger_print
asn_struct_print_f NativeInteger_print
Definition: NativeInteger.h:28
NativeInteger_encode_xer
xer_type_encoder_f NativeInteger_encode_xer
Definition: NativeInteger.h:43
NativeInteger_free
asn_struct_free_f NativeInteger_free
Definition: NativeInteger.h:25
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
NativeInteger_decode_jer
jer_type_decoder_f NativeInteger_decode_jer
Definition: NativeInteger.h:47
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
NativeInteger_decode_xer
xer_type_decoder_f NativeInteger_decode_xer
Definition: NativeInteger.h:42
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
INTEGER.h
asn_DEF_NativeInteger
asn_TYPE_descriptor_t asn_DEF_NativeInteger
Definition: NativeInteger.c:80
NativeInteger_encode_der
der_type_encoder_f NativeInteger_encode_der
Definition: NativeInteger.h:38
NativeInteger_encode_jer
jer_type_encoder_f NativeInteger_encode_jer
Definition: NativeInteger.h:48
asn_OP_NativeInteger
asn_TYPE_operation_t asn_OP_NativeInteger
Definition: NativeInteger.c:22
NativeInteger_decode_aper
per_type_decoder_f NativeInteger_decode_aper
Definition: NativeInteger.h:61
NativeInteger_encode_oer
oer_type_encoder_f NativeInteger_encode_oer
Definition: NativeInteger.h:53
NativeInteger_encode_aper
per_type_encoder_f NativeInteger_encode_aper
Definition: NativeInteger.h:62
asn_application.h
NativeInteger_encode_uper
per_type_encoder_f NativeInteger_encode_uper
Definition: NativeInteger.h:58
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
NativeInteger_decode_uper
per_type_decoder_f NativeInteger_decode_uper
Definition: NativeInteger.h:57


etsi_its_spatem_ts_coding
Author(s): Jean-Pierre Busch , Guido Küppers , Lennart Reiher
autogenerated on Sun May 18 2025 02:29:28