Selaa lähdekoodia

add fifo define

xuqiang 4 kuukautta sitten
vanhempi
sitoutus
8979c522ff
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9 0
      include/defs.h

+ 9 - 0
include/defs.h

@@ -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