defs.h 171 B

123456789
  1. #ifndef __DEFS_H__
  2. #define __DEFS_H__
  3. #include <QObject>
  4. #define NETPARSE_FIFO_PATH "/tmp/netparsefifo"
  5. #define CALCULATE_FIFO_PATH "/tmp/calculatefifo"
  6. #endif