ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
RealTime2.h File Reference

RealTime2 derives from TTimer. More...

#include <iostream>
#include <string>
#include <list>
#include <TTimer.h>
#include <TSystem.h>
#include <boost/thread.hpp>
Include dependency graph for RealTime2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RealTime2
 

Detailed Description

RealTime2 derives from TTimer.

First test : Here want to Emit a signal, with Data coming from a src_cpp thread First step for threading of the application The TCPServer thread should continue his work after Useful because TTimer interrupts the event-loop, so should be done by him and not by the thread

Not really possible with first tests

New tests

Introduce message : [action, name] for the moment, define own type would be easier to modify

SM thread stock the messages in ListMessage and quit just after. RealTime2 runs in event-loop emit a signal every 200 ms ? 1s ? To check if something is present in the List.

Connection should be done by the owner, delete ConnectToGUI

Created on 04/2013

! Call GUIMainFrame:: UpdateStock() for the moment ! But should be called by other ?? good only one point access ??

Last modified

Id:
RealTime2.h 492 2014-09-14 10:50:38Z martinml

Definition in file RealTime2.h.