mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
11111111
This commit is contained in:
@ -20,12 +20,14 @@ public:
|
||||
public:
|
||||
|
||||
//set attributes
|
||||
void SetErr(ErrInfo struErrInfo);
|
||||
void SetData(vector<vector<DataFrame>> vecData);
|
||||
void SetRTGP(RunTimeGrabberParams struGrabberRTParams);
|
||||
void SetContext(EContext struEC, MEContext struMEC);
|
||||
|
||||
//load calibration file after set attributes
|
||||
int Initialize();
|
||||
//int Init_Self();
|
||||
|
||||
void Calibration();
|
||||
|
||||
@ -33,10 +35,11 @@ public:
|
||||
int UploadErr();
|
||||
int UploadData();
|
||||
|
||||
private:
|
||||
public:
|
||||
RadConverter *m_pRadConverter = NULL;
|
||||
ZZ_HttpTransfer *m_pTransfer = NULL;
|
||||
private:
|
||||
//ErrInfo m_struErrInfo;
|
||||
EContext m_struEC;
|
||||
MEContext m_struMEC;
|
||||
RunTimeGrabberParams m_struGrabberRTParams;
|
||||
@ -48,4 +51,9 @@ private:
|
||||
public slots:
|
||||
//int SlotPushOneDataFrame(vector<vector<DataFrame>> vecData);
|
||||
int SlotPushOneDataFrame();
|
||||
int SlotUpdateErrorInfo();
|
||||
|
||||
signals:
|
||||
//void SignalInit_Self();
|
||||
|
||||
};
|
Reference in New Issue
Block a user