17 lines
271 B
C
17 lines
271 B
C
#include <stdbool.h>
|
|
#include "queue.h"
|
|
|
|
extern bool rawDataWriteFlag;
|
|
extern int nRow;
|
|
extern int nCol;
|
|
extern double freqEch;
|
|
|
|
extern int cptFile;
|
|
|
|
extern double period;
|
|
extern double invTimeBandWidth;
|
|
|
|
extern bool selectionCaptors[];
|
|
|
|
extern Pqueue firstRawDataQueue;
|