ddt 1.1.0
|
Data Consumer. This class provides the functionality to subscribe to a data stream, to write the received data into shared memory and to notify DdtDataSubscribers that new data is available. There will be one data consumer object per data stream identifier and thus several DdtDataSubscribers may share one consumer object. More...
Go to the source code of this file.
Classes | |
class | ddt::DdtDataConsumer |
Namespaces | |
namespace | ddt |
Typedefs | |
typedef boost::signals2::signal< void(datatransfer::NotificationType, const std::string &)> | signal_n |
typedef signal_n::slot_type | slot_n |
Data Consumer. This class provides the functionality to subscribe to a data stream, to write the received data into shared memory and to notify DdtDataSubscribers that new data is available. There will be one data consumer object per data stream identifier and thus several DdtDataSubscribers may share one consumer object.
typedef boost::signals2::signal<void(datatransfer::NotificationType, const std::string&)> signal_n |
Typedef for the notification signal.
typedef signal_n::slot_type slot_n |
Typedef for the slot which is bound to the notification signal.