mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
WIP
This commit is contained in:
@ -4,6 +4,7 @@ class qDetectorMain;
|
||||
|
||||
class multiSlsDetector;
|
||||
class ServerSocket;
|
||||
class ServerInterface;
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -18,14 +19,14 @@ class qServer : public QWidget, public virtual slsDetectorDefs {
|
||||
|
||||
private:
|
||||
void FunctionTable();
|
||||
int DecodeFunction(ServerSocket *sock);
|
||||
void DecodeFunction(ServerSocket *sock);
|
||||
void ShutDownSockets();
|
||||
void ServerThread(ServerSocket* sock);
|
||||
int GetStatus(ServerSocket* sock);
|
||||
int StartAcquisition(ServerSocket* sock);
|
||||
int StopsAcquisition(ServerSocket* sock);
|
||||
int Acquire(ServerSocket* sock);
|
||||
int ExitServer(ServerSocket* sock);
|
||||
void GetStatus(ServerSocket* sock);
|
||||
void StartAcquisition(ServerSocket* sock);
|
||||
void StopsAcquisition(ServerSocket* sock);
|
||||
void Acquire(ServerSocket* sock);
|
||||
void ExitServer(ServerSocket* sock);
|
||||
|
||||
/** function list */
|
||||
typedef int (qServer::*some_func_t)(ServerSocket*);
|
||||
|
@ -1,10 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class multiSlsDetector;
|
||||
#include "sls_detector_defs.h"
|
||||
|
||||
#include <QDoubleSpinBox>
|
||||
class QGroupBox;
|
||||
class QLabel;
|
||||
class QDoubleSpinBox;
|
||||
class MyDoubleSpinBox;
|
||||
class QLineEdit;
|
||||
class QComboBox;
|
||||
@ -12,6 +13,7 @@ class QSpinBox;
|
||||
class QGridLayout;
|
||||
class QString;
|
||||
class QPalette;
|
||||
class QGridLayout;
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -90,6 +92,7 @@ private:
|
||||
QSpinBox *spinHV;
|
||||
QGridLayout *dacLayout;
|
||||
QComboBox *comboDetector;
|
||||
QGridLayout *layout;
|
||||
|
||||
static const int HV_MIN = 60;
|
||||
static const int HV_MAX = 200;
|
||||
|
Reference in New Issue
Block a user