15 #ifndef PARAMETERMQSERVER_H_
16 #define PARAMETERMQSERVER_H_
18 #include <FairMQDevice.h>
38 void SetFirstInputName(
const std::string& firstInputName) { fFirstInputName = firstInputName; }
40 void SetFirstInputType(
const std::string& firstInputType) { fFirstInputType = firstInputType; }
42 void SetSecondInputName(
const std::string& secondInputName) { fSecondInputName = secondInputName; }
44 void SetSecondInputType(
const std::string& secondInputType) { fSecondInputType = secondInputType; }
46 void SetOutputName(
const std::string& outputName) { fOutputName = outputName; }
48 void SetOutputType(
const std::string& outputType) { fOutputType = outputType; }
51 void SetChannelName(
const std::string& channelName) { fRequestChannelName = channelName; }
62 std::string fFirstInputName;
63 std::string fFirstInputType;
64 std::string fSecondInputName;
65 std::string fSecondInputType;
66 std::string fOutputName;
67 std::string fOutputType;
69 std::string fRequestChannelName;
70 std::string fUpdateChannelName;
list of container factories
std::string GetChannelName()
void SetFirstInputType(const std::string &firstInputType)
bool ProcessUpdate(FairMQMessagePtr &, int)
std::string GetSecondInputType()
std::string GetSecondInputName()
std::string GetFirstInputName()
virtual ~ParameterMQServer()
std::string GetOutputName()
std::string GetFirstInputType()
void SetSecondInputType(const std::string &secondInputType)
void SetOutputName(const std::string &outputName)
std::string GetUpdateChannelName()
void SetChannelName(const std::string &channelName)
ParameterMQServer operator=(const ParameterMQServer &)=delete
void SetOutputType(const std::string &outputType)
void SetSecondInputName(const std::string &secondInputName)
void SetUpdateChannelName(const std::string &channelName)
bool ProcessRequest(FairMQMessagePtr &, int)
void SetFirstInputName(const std::string &firstInputName)
std::string GetOutputType()