aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-13 15:44:39 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-13 15:44:39 -0500
commitcbb6d0b53319a7e0124fff6ce7ffb12cfe94fa3f (patch)
tree8c6fa5c524deca435bbd0a6defcd497b91129d29 /tools/ootx_decode/ootx_decoder.h
parent72559b7f8d29d07d7fbf382dd7b1650511d50304 (diff)
downloadlibsurvive-cbb6d0b53319a7e0124fff6ce7ffb12cfe94fa3f.tar.gz
libsurvive-cbb6d0b53319a7e0124fff6ce7ffb12cfe94fa3f.tar.bz2
remove unused code
Diffstat (limited to 'tools/ootx_decode/ootx_decoder.h')
-rw-r--r--tools/ootx_decode/ootx_decoder.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/ootx_decode/ootx_decoder.h b/tools/ootx_decode/ootx_decoder.h
index 4ec1fd1..c707159 100644
--- a/tools/ootx_decode/ootx_decoder.h
+++ b/tools/ootx_decode/ootx_decoder.h
@@ -55,14 +55,10 @@ typedef struct {
void init_lighthouse_info_v6(lighthouse_info_v6* lhi, uint8_t* data);
void print_lighthouse_info_v6(lighthouse_info_v6* lhi);
-//void ootx_init_buffer();
-void ootx_process_bit(ootx_decoder_context *ctx, uint32_t length);
void ootx_init_decoder_context(ootx_decoder_context *ctx);
-int8_t ootx_decode_lighthouse_number(uint8_t last_num, uint32_t ticks, int32_t delta);
void ootx_free_decoder_context(ootx_decoder_context *ctx);
-void ootx_accumulate_bit(ootx_decoder_context *ctx, uint8_t bit);
-uint8_t ootx_pump_greatest_bit(ootx_decoder_context *ctx);
+uint8_t ootx_process_bit(ootx_decoder_context *ctx, uint32_t length);
uint8_t ootx_decode_bit(uint32_t length);