|
ROOT_Application
2.0
C++ Core modules and GUIStock
|
RealTime2 derives from TTimer. More...
#include <iostream>#include <string>#include <list>#include <TTimer.h>#include <TSystem.h>#include <boost/thread.hpp>

Go to the source code of this file.
Data Structures | |
| class | RealTime2 |
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
Definition in file RealTime2.h.
1.8.6