mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
11111111
This commit is contained in:
@ -19,10 +19,13 @@ public:
|
||||
~ZZ_HttpTransfer();
|
||||
public:
|
||||
public:
|
||||
//void Init_Self();
|
||||
|
||||
int SendData();
|
||||
int SendInfo();
|
||||
int SendErr();
|
||||
|
||||
void SetErrInfo(ErrInfo struErrInfo);
|
||||
void SetContext(EContext struEC, MEContext struMEC);
|
||||
void SetDeviceInfo(RunTimeGrabberParams struGrabberRTParams);
|
||||
void SetCalData(vector<vector<CalDataFrame>> vecCalcedData);
|
||||
@ -31,6 +34,9 @@ private:
|
||||
|
||||
private:
|
||||
QNetworkAccessManager *m_pNetworkManager;
|
||||
QNetworkAccessManager *m_pNetworkManagerThread;
|
||||
|
||||
ErrInfo m_struErrInfo;
|
||||
EContext m_struEC;
|
||||
MEContext m_struMEC;
|
||||
RunTimeGrabberParams m_struGrabberRTParams;
|
||||
@ -39,4 +45,8 @@ private:
|
||||
int iFlagIsReplied;
|
||||
public slots:
|
||||
int SlotReplyFinished(QNetworkReply* qnReply);
|
||||
int SlotReplyFinishedThread(QNetworkReply* qnReply);
|
||||
//int SlotInit_Self();
|
||||
signals:
|
||||
//void SignalInit_Self();
|
||||
};
|
Reference in New Issue
Block a user