ddt 1.1.0
|
DDT Remote Control. Remote control interface for the DDT GUIs. Library class for the remote control interface. More...
#include <Ddtremotecontrolicd.hpp>
#include <boost/signals2/signal.hpp>
#include <future>
#include <iostream>
#include <mal/Cii.hpp>
#include <mal/rr/ServerAmi.hpp>
#include <mal/rr/ServerContextProvider.hpp>
#include <mal/rr/qos/ReplyTime.hpp>
#include <mal/utility/LoadMal.hpp>
#include <string>
#include "ddt/ddtConstants.hpp"
#include "ddt/ddtLogger.hpp"
Go to the source code of this file.
Classes | |
class | ddt::DdtRemoteControl |
Namespaces | |
namespace | ddt |
Typedefs | |
typedef boost::signals2::signal< void(const std::string &, const std::string &, const std::vector< std::string > &)> | signal_remote |
typedef signal_remote::slot_type | slot_remote |
DDT Remote Control. Remote control interface for the DDT GUIs. Library class for the remote control interface.
typedef boost::signals2::signal<void(const std::string&, const std::string&, const std::vector<std::string>&)> signal_remote |
Typedef for the notification signal.
typedef signal_remote::slot_type slot_remote |
Typedef for the slot which is bound to the notification signal.