RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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...
 
ServicePtr rsb::createService (const Scope &scope)
 Creates and returns a Service instance operating on Scope scope. More...
 
patterns::ServerPtr rsb::createServer (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...