12345678910111213141516171819202122232425 |
- //
- // Created by lloyd on 2020/11/16.
- //
- #ifndef GTCVR_GTSELECTSTANDARDGT_H
- #define GTCVR_GTSELECTSTANDARDGT_H
- #include "DataMapping/dgns_gtstandard.h"
- class gtselectstandardgt {
- public:
- /**
- *
- * @param gt_pre_standard
- * @return
- */
- bool cal_std_sgt(dgns_gtstandard gt_pre_standard);
- bool select_bzt_from_db(dgns_gtstandard >_data_std);
- };
- #endif //GTCVR_GTSELECTSTANDARDGT_H
|