@@ -0,0 +1,9 @@
+#ifndef __DEFS_H__
+#define __DEFS_H__
+
+#include <QObject>
+#define NETPARSE_FIFO_PATH "/tmp/netparsefifo"
+#define CALCULATE_FIFO_PATH "/tmp/calculatefifo"
+#endif