![]() |
Project
|
Functions | |
std::string | getPublishAddress (std::string const &base, int pid=getpid()) |
std::string | simStatusString (std::string const &origin, std::string const &topic, std::string const &message) |
bool | publishMessage (fair::mq::Channel &channel, std::string const &message) |
fair::mq::Channel | createPUBChannel (std::string const &address, std::string const &type="pub") |
fair::mq::Channel o2::simpubsub::createPUBChannel | ( | std::string const & | address, |
std::string const & | type = "pub" |
||
) |
Definition at line 57 of file SimPublishChannelHelper.h.
std::string o2::simpubsub::getPublishAddress | ( | std::string const & | base, |
int | pid = getpid() |
||
) |
Definition at line 26 of file SimPublishChannelHelper.h.
bool o2::simpubsub::publishMessage | ( | fair::mq::Channel & | channel, |
std::string const & | message | ||
) |
Definition at line 40 of file SimPublishChannelHelper.h.
std::string o2::simpubsub::simStatusString | ( | std::string const & | origin, |
std::string const & | topic, | ||
std::string const & | message | ||
) |
Definition at line 34 of file SimPublishChannelHelper.h.