RSB  0.17.0
CreateFunctions.cpp File Reference
#include "CreateFunctions.h"
Include dependency graph for CreateFunctions.cpp:

Go to the source code of this file.

Namespaces

 rsb
 

Functions

InformerBasePtr rsb::crateInformerBase (const Scope &scope, const std::string &dataType, const ParticipantConfig &config=getFactory().getDefaultParticipantConfig())
 Creates and returns a new Informer that publishes Event s under the Scope scope. More...
 
ListenerPtr rsb::createListener (const Scope &scope, const ParticipantConfig &config=getFactory().getDefaultParticipantConfig())
 Creates and returns a new Listener for the Scope scope. More...
 
ReaderPtr rsb::createReader (const Scope &scope, const ParticipantConfig &config=getFactory().getDefaultParticipantConfig())
 Creates and returns a new Reader object for Scope scope. More...
 
patterns::LocalServerPtr rsb::createLocalServer (const Scope &scope)
 Creates and returns a Server object that exposes methods under the Scope scope. More...
 
patterns::RemoteServerPtr rsb::createRemoteServer (const Scope &scope)
 Creates and returns a RemoteServer object for the server at Scope scope. More...