Restructure: Move sample from common code to 'libsample'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:06:06 +01:00
parent 1650cc5ad2
commit ed31a26eba
84 changed files with 89 additions and 68 deletions

View File

@@ -23,7 +23,7 @@
#include <math.h>
#include <pthread.h>
#include <stdlib.h>
#include "../common/sample.h"
#include "../libsample/sample.h"
#include "../common/sender.h"
/* must be odd value! */

View File

@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "../common/sample.h"
#include "../libsample/sample.h"
#include "../common/sender.h"
#include "../libfft/fft.h"

View File

@@ -29,7 +29,7 @@ enum paging_signal;
#define __USE_GNU
#include <pthread.h>
#include <unistd.h>
#include "../common/sample.h"
#include "../libsample/sample.h"
#include "../libfm/fm.h"
#include "../libtimer/timer.h"
#include "../common/sender.h"

View File

@@ -24,7 +24,7 @@ enum paging_signal;
#include <string.h>
#include <stdint.h>
#include <getopt.h>
#include "../common/sample.h"
#include "../libsample/sample.h"
#include "sdr.h"
#include "sdr_config.h"