#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.
|
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 |
|
◆ signal_remote
typedef boost::signals2::signal<void(const std::string&, const std::string&, const std::vector<std::string>&)> signal_remote |
Typedef for the notification signal.
◆ slot_remote
Typedef for the slot which is bound to the notification signal.