blob: 45204f32bac402474dea172bcc6a81c74f1047a5 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkin20696a42017-10-17 21:27:33 -07002 * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
Lev Walkinf15320b2004-06-03 03:38:44 +00003 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _CONSTR_SEQUENCE_OF_H_
6#define _CONSTR_SEQUENCE_OF_H_
7
Lev Walkin11c3e172004-09-24 21:00:50 +00008#include <asn_application.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00009#include <constr_SET_OF.h> /* Implemented using SET OF */
10
Lev Walkin21b41ac2005-07-24 09:03:44 +000011#ifdef __cplusplus
12extern "C" {
13#endif
14
Lev Walkinf15320b2004-06-03 03:38:44 +000015/*
16 * A set specialized functions dealing with the SEQUENCE OF type.
Lev Walkin8bb4a952005-02-14 20:15:40 +000017 * Generally implemented using SET OF.
Lev Walkinf15320b2004-06-03 03:38:44 +000018 */
Lev Walkina9cc46e2004-09-22 16:06:28 +000019#define SEQUENCE_OF_free SET_OF_free
20#define SEQUENCE_OF_print SET_OF_print
Bi-Ruei, Chiu1f87ac02017-08-20 01:25:45 +080021#define SEQUENCE_OF_compare SET_OF_compare
Lev Walkinf15320b2004-06-03 03:38:44 +000022#define SEQUENCE_OF_constraint SET_OF_constraint
23#define SEQUENCE_OF_decode_ber SET_OF_decode_ber
Lev Walkin8bb4a952005-02-14 20:15:40 +000024#define SEQUENCE_OF_decode_xer SET_OF_decode_xer
Lev Walkin59b176e2005-11-26 11:25:14 +000025#define SEQUENCE_OF_decode_uper SET_OF_decode_uper
Lev Walkin96f99212017-08-29 23:38:31 -070026#define SEQUENCE_OF_decode_oer SET_OF_decode_oer
27#define SEQUENCE_OF_encode_oer SET_OF_encode_oer
Lev Walkina5972be2017-09-29 23:15:58 -070028#define SEQUENCE_OF_random_fill SET_OF_random_fill
Lev Walkinf15320b2004-06-03 03:38:44 +000029der_type_encoder_f SEQUENCE_OF_encode_der;
Lev Walkina9cc46e2004-09-22 16:06:28 +000030xer_type_encoder_f SEQUENCE_OF_encode_xer;
Lev Walkin523de9e2006-08-18 01:34:18 +000031per_type_encoder_f SEQUENCE_OF_encode_uper;
Bi-Ruei, Chiu1f87ac02017-08-20 01:25:45 +080032extern asn_TYPE_operation_t asn_OP_SEQUENCE_OF;
Lev Walkinf15320b2004-06-03 03:38:44 +000033
Lev Walkin21b41ac2005-07-24 09:03:44 +000034#ifdef __cplusplus
35}
36#endif
37
Lev Walkinf15320b2004-06-03 03:38:44 +000038#endif /* _CONSTR_SET_OF_H_ */