forked from vlenircissrma/CogWave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwaveform_rx.h
More file actions
24 lines (18 loc) · 1.27 KB
/
Copy pathwaveform_rx.h
File metadata and controls
24 lines (18 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/////// Author: Vincent Le Nir ///////
/////// Royal Military Academy ///////
/////// Department Communications, Information Systems & Sensors (CISS) ///////
/////// 30, Avenue de la Renaissance ///////
/////// B-1000 Brussels BELGIUM ///////
/////// Tel: +3227426624 ///////
/////// email:vincent.lenir@rma.ac.be ///////
/////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef WAVEFORM_RX_H
#define WAVEFORM_RX_H
#include <QThread>
class Waveform_RX: public QThread
{
};
#endif // WAVEFORM_RX_H