summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_encoder_impl.h
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-05-20 15:46:50 -0400
committerTom Rondeau <tom@trondeau.com>2014-05-20 15:46:50 -0400
commit81bc67650349bf5a9f770847bde03e530655e068 (patch)
tree4c988202a40069bf7f073dd0e7225c160d75e782 /gr-fec/lib/async_encoder_impl.h
parent675b74857419a381bd2816778f79022293e96237 (diff)
fec: wip: fixing up allocated memory; allowing async encoder deployment to be used with CCSDS (packed input requirement).
Diffstat (limited to 'gr-fec/lib/async_encoder_impl.h')
-rw-r--r--gr-fec/lib/async_encoder_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-fec/lib/async_encoder_impl.h b/gr-fec/lib/async_encoder_impl.h
index 7cca623d35..fe48177b95 100644
--- a/gr-fec/lib/async_encoder_impl.h
+++ b/gr-fec/lib/async_encoder_impl.h
@@ -47,6 +47,9 @@ namespace gr {
bool d_rev_unpack;
bool d_rev_pack;
+ uint8_t* d_bits_in;
+ uint8_t* d_bits_out;
+
void encode_packed(pmt::pmt_t msg);
void encode_unpacked(pmt::pmt_t msg);