From: drowe67 Date: Wed, 11 Apr 2018 22:51:35 +0000 (+0000) Subject: restoring C files lost when SourceForge mysteriously backed up two days #2 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=14a9c60629edf552f560ae3688204a6e948421c9;p=freetel-svn-tracking.git restoring C files lost when SourceForge mysteriously backed up two days #2 git-svn-id: https://svn.code.sf.net/p/freetel/code@3461 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/codec2_ofdm.h b/codec2-dev/src/codec2_ofdm.h index a8e63c46..d2a4b5a4 100644 --- a/codec2-dev/src/codec2_ofdm.h +++ b/codec2-dev/src/codec2_ofdm.h @@ -43,11 +43,6 @@ extern "C" { struct OFDM; -/* Constant declarations */ - -#define OFDM_SEARCHING 1 -#define OFDM_SYNCED 2 - /* Default configuration for '700D' mode */ const struct OFDM_CONFIG * OFDM_CONFIG_700D; @@ -61,6 +56,7 @@ void ofdm_destroy(struct OFDM *); void ofdm_mod(struct OFDM *, COMP *, const int *); void ofdm_demod(struct OFDM *, int *, COMP *); int ofdm_sync_search(struct OFDM *ofdm, COMP *rxbuf_in); +void ofdm_sync_state_machine(struct OFDM *ofdm, int *rx_uw); /* getters */