Browse Source

add fifo define

xuqiang 4 tháng trước cách đây
mục cha
commit
8979c522ff
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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