|
| virtual bool | HandlePDUData (uint32_t vector, const HeaderSet &headers, const uint8_t *data, unsigned int pdu_len) |
| |
| bool | DecodeHeader (HeaderSet *headers, const uint8_t *data, unsigned int len, unsigned int *bytes_used) |
| |
| void | ResetHeaderField () |
| |
|
virtual void | ResetPDUFields () |
| |
|
bool | DecodeLength (const uint8_t *data, unsigned int data_length, unsigned int *pdu_length, unsigned int *bytes_used) const |
| |
|
bool | DecodeVector (uint8_t flags, const uint8_t *data, unsigned int length, uint32_t *vector, unsigned int *bytes_used) |
| |
|
bool | InflatePDU (HeaderSet *headers, uint8_t flags, const uint8_t *data, unsigned int pdu_len) |
| |
| virtual bool | PostHeader (uint32_t vector, const HeaderSet &headers) |
| |
|
|
class | DMPE131InflatorTest |
| |
|
|
static const uint8_t | LFLAG_MASK = 0x80 |
| |
|
static const uint8_t | LENGTH_MASK = 0x0F |
| |
|
uint32_t | m_last_vector |
| |
|
bool | m_vector_set |
| |
|
PDU::vector_size | m_vector_size |
| |
|
std::map< uint32_t, InflatorInterface * > | m_proto_map |
| |
◆ HandlePDUData()
| bool ola::acn::DMPE131Inflator::HandlePDUData |
( |
uint32_t | vector, |
|
|
const HeaderSet & | headers, |
|
|
const uint8_t * | data, |
|
|
unsigned int | pdu_len ) |
|
protectedvirtual |
◆ RegisteredUniverses()
| void ola::acn::DMPE131Inflator::RegisteredUniverses |
( |
std::vector< uint16_t > * | universes | ) |
|
Get the list of registered universes
- Parameters
-
| universes | a pointer to a vector which is populated with the list of universes that have handlers installed. |
The documentation for this class was generated from the following files: