24 #ifndef INCLUDE_OLAD_PORTBROKER_H_
25 #define INCLUDE_OLAD_PORTBROKER_H_
31 #include <olad/Universe.h>
32 #include <olad/Port.h>
45 virtual void SendRDMRequest(
67 typedef std::pair<std::string, const Port*> port_key;
69 void RequestComplete(port_key key,
71 ola::rdm::rdm_response_code code,
73 const std::vector<std::string> &packets);
75 std::set<port_key> m_ports;
80 #endif // INCLUDE_OLAD_PORTBROKER_H_