This commit is contained in:
Chenwenxuan
2024-03-06 14:54:30 +08:00
commit edac2715f0
1525 changed files with 809982 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#ifndef RSENSORTOZERO_H
#define RSENSORTOZERO_H
#include<QString>
class RSensorToZero{
public:
RSensorToZero();
QString getCode();
void setZAAxisSafePos(double value);
void setZAAxisToSafePosVel(double value);
void setZAAxisToZero1Vel(double value);
void setZAAxisToZero2Vel(double value);
void setZAAxisToZero3Vel(double value);
int CuCeGaoDoNum{0};
int CuCeGaoDiNum{0};
private:
double ZAAxisSafePos{0.0};
double ZAAxisToSafePosVel{0.0};
double ZAAxisToZero1Vel{0.0};
double ZAAxisToZero2Vel{0.0};
double ZAAxisToZero3Vel{0.0};
};
#endif // RSENSORTOZERO_H