ddt  0.1
Classes | Namespaces | Typedefs
ddtDataConsumer.hpp File Reference
#include "ddt/ddtProducerConsumerBase.hpp"
#include "ddt/ddtStatistics.hpp"

Go to the source code of this file.

Classes

class  ddt::DdtDataConsumer
 

Namespaces

 ddt
 

Typedefs

typedef boost::signals2::signal< void(datatransfer::NotificationType, const std::string &)> signal_n
 
typedef signal_n::slot_type slot_n
 

Typedef Documentation

◆ signal_n

typedef boost::signals2::signal<void(datatransfer::NotificationType, const std::string&)> signal_n

Typedef for the notification signal.

◆ slot_n

typedef signal_n::slot_type slot_n

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