add(const JobPtr &job) | hydroiceutil::JobQueue | |
addReceiver(const std::string &receiverId, EventReceiver *receiver) | hydroiceutil::EventLoop | |
EventLoop(gbxsickacfr::gbxutilacfr::Tracer &tracer, const JobQueue::Config &config=JobQueue::Config()) | hydroiceutil::EventLoop | |
JobQueue(gbxsickacfr::gbxutilacfr::Tracer &tracer, const Config &config=Config()) | hydroiceutil::JobQueue | |
postEvent(EventReceiver &receiver, const EventPtr &event, const std::string &signature="") | hydroiceutil::EventLoop | |
postEvent(EventReceiver &receiver, int type, const std::string &signature="") | hydroiceutil::EventLoop | |
postEvent(const std::string &receiverId, const EventPtr &event, const std::string &senderId="") | hydroiceutil::EventLoop | |
postEvent(const std::string &receiverId, int type, const std::string &senderId="") | hydroiceutil::EventLoop | |
postEventToAll(const EventPtr &event, const std::string &senderId="") | hydroiceutil::EventLoop | |
postEventToAll(int type, const std::string &senderId="") | hydroiceutil::EventLoop | |
receiver(const std::string &receiverId) | hydroiceutil::EventLoop | |
removeReceiver(const std::string &receiverId) | hydroiceutil::EventLoop | |
status() | hydroiceutil::JobQueue | |
stop() | hydroiceutil::JobQueue | |
~JobQueue() | hydroiceutil::JobQueue | |