asn1c/skeletons/BMPString.h

36 lines
1.0 KiB
C
Raw Normal View History

2004-06-03 03:38:44 +00:00
/*-
2004-09-22 16:06:28 +00:00
* Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
2004-06-03 03:38:44 +00:00
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _BMPString_H_
#define _BMPString_H_
#include <OCTET_STRING.h>
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2004-09-24 21:00:50 +00:00
typedef OCTET_STRING_t BMPString_t; /* Implemented via OCTET STRING */
2004-06-03 03:38:44 +00:00
2004-09-29 13:26:15 +00:00
extern asn_TYPE_descriptor_t asn_DEF_BMPString;
extern asn_OCTET_STRING_specifics_t asn_SPC_BMPString_specs;
2004-06-03 03:38:44 +00:00
asn_struct_print_f BMPString_print; /* Human-readable output */
2004-10-23 11:20:06 +00:00
xer_type_decoder_f BMPString_decode_xer;
2004-09-22 16:06:28 +00:00
xer_type_encoder_f BMPString_encode_xer;
2004-06-03 03:38:44 +00:00
#define BMPString_free OCTET_STRING_free
#define BMPString_print BMPString_print
#define BMPString_constraint asn_generic_no_constraint
#define BMPString_decode_ber OCTET_STRING_decode_ber
#define BMPString_encode_der OCTET_STRING_encode_der
#define BMPString_decode_uper OCTET_STRING_decode_uper
#define BMPString_encode_uper OCTET_STRING_encode_uper
2005-07-24 09:03:44 +00:00
#ifdef __cplusplus
}
#endif
2004-06-03 03:38:44 +00:00
#endif /* _BMPString_H_ */