blob: e2272f326ba1b961f3f0539c160481f9348b49da [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001/*-
vlm5f4f4a82005-02-14 20:15:40 +00002 * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
vlmfa67ddc2004-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
vlmd1579582004-09-24 21:00:50 +00008#include <asn_application.h>
vlmfa67ddc2004-06-03 03:38:44 +00009#include <constr_SET_OF.h> /* Implemented using SET OF */
10
vlm3a417582005-07-24 09:03:44 +000011#ifdef __cplusplus
12extern "C" {
13#endif
14
vlmfa67ddc2004-06-03 03:38:44 +000015/*
16 * A set specialized functions dealing with the SEQUENCE OF type.
vlm5f4f4a82005-02-14 20:15:40 +000017 * Generally implemented using SET OF.
vlmfa67ddc2004-06-03 03:38:44 +000018 */
vlm39ba4c42004-09-22 16:06:28 +000019#define SEQUENCE_OF_free SET_OF_free
20#define SEQUENCE_OF_print SET_OF_print
vlmfa67ddc2004-06-03 03:38:44 +000021#define SEQUENCE_OF_constraint SET_OF_constraint
22#define SEQUENCE_OF_decode_ber SET_OF_decode_ber
vlm5f4f4a82005-02-14 20:15:40 +000023#define SEQUENCE_OF_decode_xer SET_OF_decode_xer
vlm337167e2005-11-26 11:25:14 +000024#define SEQUENCE_OF_decode_uper SET_OF_decode_uper
vlmfa67ddc2004-06-03 03:38:44 +000025der_type_encoder_f SEQUENCE_OF_encode_der;
vlm39ba4c42004-09-22 16:06:28 +000026xer_type_encoder_f SEQUENCE_OF_encode_xer;
vlm18dd82c2006-08-18 01:34:18 +000027per_type_encoder_f SEQUENCE_OF_encode_uper;
vlmfa67ddc2004-06-03 03:38:44 +000028
vlm3a417582005-07-24 09:03:44 +000029#ifdef __cplusplus
30}
31#endif
32
vlmfa67ddc2004-06-03 03:38:44 +000033#endif /* _CONSTR_SET_OF_H_ */