M350b版本
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "pch.h"
|
||||
#include "WDACalibration.h"
|
||||
class IrisSensor_WDA_P0
|
||||
{
|
||||
public:
|
||||
@ -19,9 +20,11 @@ private:
|
||||
int SendData_NChk(std::string sSend);
|
||||
int RecvData_NChk(/*std::string sRecv*/);
|
||||
int ParseData_NChk();
|
||||
WDACalibration m_calibration;
|
||||
public:
|
||||
int Initialize(std::string sPortNumber);
|
||||
int GetSA_NChk(float &fSpeed,float &fAngle,float& fTemp);
|
||||
int CalibrateWDA(double dTemperature);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user