#include <signal.h>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/functional.hpp>
#include <thread>
#include <set>
#include <glibmm/spawn.h>
#include "DataCell.hh"
Go to the source code of this file.
|
| cadabra |
| Functions to handle the exchange properties of two or more symbols in a product.
|
|
◆ message_ptr
typedef websocketpp::config::asio_client::message_type::ptr message_ptr |
◆ scoped_lock
typedef websocketpp::lib::lock_guard<websocketpp::lib::mutex> scoped_lock |
◆ WSClient