![]() |
Project
|
#include <ChannelSpecHelpers.h>
Static Public Member Functions | |
static char const * | typeAsString (enum ChannelType type) |
return a ChannelType as a lowercase string | |
static char const * | methodAsString (enum ChannelMethod method) |
return a ChannelMethod as a lowercase string | |
static std::string | channelUrl (InputChannelSpec const &) |
static std::string | channelUrl (OutputChannelSpec const &) |
static void | parseChannelConfig (char const *channelConfig, FairMQChannelConfigParser &parser) |
static std::string | defaultIPCFolder () |
A few helpers to convert enums to their actual representation in configuration files / GUI / string based APIs. Never too late for C++ to get multimethods.
Definition at line 43 of file ChannelSpecHelpers.h.
|
static |
Definition at line 180 of file ChannelSpecHelpers.cxx.
|
static |
Definition at line 169 of file ChannelSpecHelpers.cxx.
|
static |
Find out a place where we can write the sockets
Definition at line 330 of file ChannelSpecHelpers.cxx.
|
static |
return a ChannelMethod as a lowercase string
Definition at line 144 of file ChannelSpecHelpers.cxx.
|
static |
Parse channelConfig option, invoking the correct method of parser
Definition at line 216 of file ChannelSpecHelpers.cxx.
|
static |
return a ChannelType as a lowercase string
Definition at line 127 of file ChannelSpecHelpers.cxx.