restoring C files lost when SourceForge mysteriously backed up two days #2
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 11 Apr 2018 22:51:35 +0000 (22:51 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 11 Apr 2018 22:51:35 +0000 (22:51 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3461 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/codec2_ofdm.h

index a8e63c4674772f85350774a6a5cdfecd90c5b679..d2a4b5a448e49bbfbc48cf098a712542845c4759 100644 (file)
@@ -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 */