This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ESGRAF48/source/SubTests/V2Svk/TPrModel.h

19 lines
325 B
C++

#pragma once
#include "CheckableTestModel.h"
#include "V2SvkModel.pb.h"
class TPrModel : public CheckableTestModel
{
Q_OBJECT
public:
TPrModel(QObject *parent);
unsigned int getV2Points();
unsigned int getSvkPoints();
void write(ESGRAF48::V2SvkModel &model) const;
void read(const ESGRAF48::V2SvkModel &model);
};