Kaynağa Gözat

add fifo define

xuqiang 4 ay önce
ebeveyn
işleme
8979c522ff
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  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