2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
8 #include <OCTET_STRING.h> /* Some help from OCTET STRING */
14 typedef struct BIT_STRING_s
{
15 uint8_t *buf
; /* BIT STRING body */
16 int size
; /* Size of the above buffer */
18 int bits_unused
;/* Unused trailing bits in the last octet (0..7) */
20 asn_struct_ctx_t _asn_ctx
; /* Parsing across buffer boundaries */
23 extern asn_TYPE_descriptor_t asn_DEF_BIT_STRING
;
25 asn_struct_print_f BIT_STRING_print
; /* Human-readable output */
26 asn_constr_check_f BIT_STRING_constraint
;
27 xer_type_encoder_f BIT_STRING_encode_xer
;
33 #endif /* _BIT_STRING_H_ */