2022-06-09 17:34:24 +02:00
|
|
|
#include <stdbool.h>
|
2022-06-10 15:05:04 +02:00
|
|
|
#include "queue.h"
|
2022-06-07 14:28:32 +02:00
|
|
|
|
2022-06-10 10:11:57 +02:00
|
|
|
extern bool rawDataWriteFlag , stopFlag;
|
2022-06-09 17:34:24 +02:00
|
|
|
extern int nRow;
|
|
|
|
extern int nCol;
|
|
|
|
extern double freqEch;
|
|
|
|
|
|
|
|
extern int selectionCaptors[];
|
|
|
|
extern int sizeSelectionArray;
|
|
|
|
|
2022-06-10 15:05:04 +02:00
|
|
|
extern Pqueue firstRawDataQueue;
|