Explorar el Código

add fifo define

xuqiang hace 4 meses
padre
commit
8979c522ff
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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