13 lines
236 B
C
13 lines
236 B
C
#include <stdbool.h>
|
|
#include "queue.h"
|
|
|
|
extern bool rawDataWriteFlag , stopFlag;
|
|
extern int nRow;
|
|
extern int nCol;
|
|
extern double freqEch;
|
|
|
|
extern int selectionCaptors[];
|
|
extern int sizeSelectionArray;
|
|
|
|
extern Pqueue firstRawDataQueue;
|