test_sdk/hw/gtl_hw_recorder_gtr.h

22 lines
427 B
C
Raw Permalink Normal View History

#ifndef RECORDER_GTR_H
#define RECORDER_GTR_H
#include "gtl_hw_recorder.h"
#include "hw_global.h"
namespace gtl
{
namespace hw
{
class HW_EXPORT recorder_gtr : public recorder
{
public:
explicit recorder_gtr(const std::vector<gtl::analog_data*> &ad, qreal time, QString comment, QString dir, QString file, QObject *parent = nullptr);
};
}
}
#endif // RECORDER_GTR_H