ROOT_Application
2.0
C++ Core modules and GUIStock
|
Server to receive new Instantaneous data from ServerPortfolio. More...
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/asio.hpp>
#include <boost/thread/thread.hpp>
#include <thread>
#include <mutex>
#include <condition_variable>
Go to the source code of this file.
Data Structures | |
class | tcp_connection |
Define one connection of the server. More... | |
class | TCPServer |
Use with RealTime to receive messages from python ServerPortfolio. More... | |
Server to receive new Instantaneous data from ServerPortfolio.
Last modified
Definition in file TCPServer.h.