ddt  0.1
Classes | Namespaces | Typedefs
ddtRemoteControl.hpp File Reference
#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

 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
 

Typedef Documentation

◆ 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 signal_remote::slot_type slot_remote

Typedef for the slot which is bound to the notification signal.