21 #ifndef PLUGINS_E131_E131_E131DISCOVERYINFLATOR_H_
22 #define PLUGINS_E131_E131_E131DISCOVERYINFLATOR_H_
28 #include "plugins/e131/e131/BaseInflator.h"
38 const uint8_t page_number;
39 const uint8_t last_page;
40 const uint32_t page_sequence;
41 std::vector<uint16_t> universes;
44 : page_number(page_number),
53 : m_page_callback(callback) {}
57 unsigned int InflatePDUBlock(HeaderSet *headers,
63 std::auto_ptr<PageCallback> m_page_callback;
68 #endif // PLUGINS_E131_E131_E131DISCOVERYINFLATOR_H_