ivdetection_radar.h 215 B

123456789101112131415
  1. #ifndef IVDETECTION_RADAR_H
  2. #define IVDETECTION_RADAR_H
  3. #include "ivdetection.h"
  4. namespace iv {
  5. class ivdetection_radar : public ivdetection
  6. {
  7. public:
  8. ivdetection_radar();
  9. };
  10. }
  11. #endif // IVDETECTION_RADAR_H