Go to the documentation of this file.
15 #ifndef PARAMETERMQSERVER_H_
16 #define PARAMETERMQSERVER_H_
20 #include "FairMQDevice.h"
std::string GetChannelName()
void SetFirstInputType(const std::string &firstInputType)
std::string fSecondInputName
std::string GetSecondInputName()
std::string GetFirstInputName()
std::string GetSecondInputType()
ParameterMQServer(const ParameterMQServer &)=delete
std::string GetOutputName()
std::string fSecondInputType
virtual ~ParameterMQServer()
std::string fFirstInputType
void SetSecondInputType(const std::string &secondInputType)
void SetOutputName(const std::string &outputName)
std::string GetFirstInputType()
std::string fFirstInputName
void SetSecondInputName(const std::string &secondInputName)
void SetFirstInputName(const std::string &firstInputName)
void SetChannelName(const std::string &channelName)
ParameterMQServer operator=(const ParameterMQServer &)=delete
void SetOutputType(const std::string &outputType)
std::string GetOutputType()