testshmsend.h 345 B

1234567891011121314151617181920212223
  1. #ifndef TESTSHMSEND_H
  2. #define TESTSHMSEND_H
  3. #include <QThread>
  4. #include "modulecommext.h"
  5. #include "testmodulecommext.pb.h"
  6. #include "testinteriorsend.h"
  7. class testshmsend : public QThread
  8. {
  9. public:
  10. testshmsend();
  11. iv::modulecommext::modulecommmsg<iv::testmodulecommext> * mpa;
  12. private:
  13. void run();
  14. };
  15. #endif // TESTSHMSEND_H