RSB
0.7.0
|
#include "strategies.h"
#include <boost/thread/mutex.hpp>
#include "EventReceivingStrategyFactory.h"
#include "DirectEventReceivingStrategy.h"
#include "ParallelEventReceivingStrategy.h"
#include "EventSendingStrategyFactory.h"
#include "DirectEventSendingStrategy.h"
Go to the source code of this file.
Namespaces | |
namespace | rsb |
namespace | rsb::eventprocessing |
Functions | |
void | rsb::eventprocessing::registerDefaultEventProcessingStrategies () |
Variables | |
bool | rsb::eventprocessing::registered = false |
boost::mutex | rsb::eventprocessing::registrationMutex |