![]() |
Project
|
#include <ChannelSpec.h>
Public Attributes | |
std::string | name |
enum ChannelType | type |
enum ChannelMethod | method |
std::string | hostname |
unsigned short | port |
size_t | listeners |
ChannelProtocol | protocol = ChannelProtocol::Network |
size_t | rateLogging = 0 |
size_t | recvBufferSize = 1000 |
size_t | sendBufferSize = 1000 |
std::string | ipcPrefix = "." |
This describes an output channel. Output channels are semantically different from input channels, because we use subChannels to distinguish between different consumers. Notice that the number of subchannels is actually determined by the number of time pipelined consumers downstream.
Definition at line 63 of file ChannelSpec.h.
std::string o2::framework::OutputChannelSpec::hostname |
Definition at line 67 of file ChannelSpec.h.
std::string o2::framework::OutputChannelSpec::ipcPrefix = "." |
Definition at line 74 of file ChannelSpec.h.
size_t o2::framework::OutputChannelSpec::listeners |
Definition at line 69 of file ChannelSpec.h.
enum ChannelMethod o2::framework::OutputChannelSpec::method |
Definition at line 66 of file ChannelSpec.h.
std::string o2::framework::OutputChannelSpec::name |
Definition at line 64 of file ChannelSpec.h.
unsigned short o2::framework::OutputChannelSpec::port |
Definition at line 68 of file ChannelSpec.h.
ChannelProtocol o2::framework::OutputChannelSpec::protocol = ChannelProtocol::Network |
Definition at line 70 of file ChannelSpec.h.
size_t o2::framework::OutputChannelSpec::rateLogging = 0 |
Definition at line 71 of file ChannelSpec.h.
size_t o2::framework::OutputChannelSpec::recvBufferSize = 1000 |
Definition at line 72 of file ChannelSpec.h.
size_t o2::framework::OutputChannelSpec::sendBufferSize = 1000 |
Definition at line 73 of file ChannelSpec.h.
enum ChannelType o2::framework::OutputChannelSpec::type |
Definition at line 65 of file ChannelSpec.h.