ddt 1.1.0
Loading...
Searching...
No Matches
Classes | Namespaces
ddtRemoteControl.hpp File Reference

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
 

Detailed Description

DDT Remote Control. Remote control interface for the DDT GUIs. Library class for the remote control interface.

Author
Matthias Grimm, CGI
Since
2021/04/14

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.