Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / constr_SEQUENCE_OF.h
1 /*****************************************************************************
2 #                                                                            *
3 # Copyright 2019 AT&T Intellectual Property                                  *
4 #                                                                            *
5 # Licensed under the Apache License, Version 2.0 (the "License");            *
6 # you may not use this file except in compliance with the License.           *
7 # You may obtain a copy of the License at                                    *
8 #                                                                            *
9 #      http://www.apache.org/licenses/LICENSE-2.0                            *
10 #                                                                            *
11 # Unless required by applicable law or agreed to in writing, software        *
12 # distributed under the License is distributed on an "AS IS" BASIS,          *
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
14 # See the License for the specific language governing permissions and        *
15 # limitations under the License.                                             *
16 #                                                                            *
17 ******************************************************************************/
18
19 /*-
20  * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
21  * Redistribution and modifications are permitted subject to BSD license.
22  */
23 #ifndef _CONSTR_SEQUENCE_OF_H_
24 #define _CONSTR_SEQUENCE_OF_H_
25
26 #include <asn_application.h>
27 #include <constr_SET_OF.h>              /* Implemented using SET OF */
28
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32
33 /*
34  * A set specialized functions dealing with the SEQUENCE OF type.
35  * Generally implemented using SET OF.
36  */
37 asn_struct_compare_f SEQUENCE_OF_compare;
38 der_type_encoder_f SEQUENCE_OF_encode_der;
39 xer_type_encoder_f SEQUENCE_OF_encode_xer;
40 per_type_encoder_f SEQUENCE_OF_encode_uper;
41 per_type_encoder_f SEQUENCE_OF_encode_aper;
42 extern asn_TYPE_operation_t asn_OP_SEQUENCE_OF;
43
44 #define SEQUENCE_OF_free        SET_OF_free
45 #define SEQUENCE_OF_print       SET_OF_print
46 #define SEQUENCE_OF_constraint  SET_OF_constraint
47 #define SEQUENCE_OF_decode_ber  SET_OF_decode_ber
48 #define SEQUENCE_OF_decode_xer  SET_OF_decode_xer
49 #define SEQUENCE_OF_decode_oer  SET_OF_decode_oer
50 #define SEQUENCE_OF_encode_oer  SET_OF_encode_oer
51 #define SEQUENCE_OF_decode_uper SET_OF_decode_uper
52 #define SEQUENCE_OF_decode_aper SET_OF_decode_aper
53 #define SEQUENCE_OF_random_fill SET_OF_random_fill
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _CONSTR_SET_OF_H_ */