Superviseur - Collecteur 1.0
Ce logiciel correspond au collecteur de la suite des trois logiciels composant le superviseur
afficheursocketthread.h
Aller à la documentation de ce fichier.
00001 #ifndef AFFICHEURSOCKETTHREAD_H
00002 #define AFFICHEURSOCKETTHREAD_H
00003 
00004 #include <QThread>
00005 #include <QTcpSocket>
00006 #include <QHostAddress>
00007 
00008 
00010 
00016 class AfficheurSocketThread : public QTcpSocket//public QObject //public QThread
00017 {
00018     Q_OBJECT
00019 
00020 public:
00021     explicit AfficheurSocketThread(int socketDescriptor, QObject *parent = 0);
00022 
00023 public slots:
00024     void receptionDonnees(QString donnees);
00025 
00026 private:
00027 
00028 };
00029 
00030 #endif // AFFICHEURSOCKETTHREAD_H
 Tout Classes Fichiers Fonctions Variables Macros