|
bool | DecodeHeader (HeaderSet *headers, const uint8_t *data, unsigned int len, unsigned int *bytes_used) |
|
void | ResetHeaderField () |
|
bool | PostHeader (uint32_t vector, const HeaderSet &headers) |
|
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 | HandlePDUData (uint32_t vector, const HeaderSet &headers, const uint8_t *data, unsigned int pdu_len) |
|
|
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 |
|
◆ RootInflator()
ola::acn::RootInflator::RootInflator |
( |
OnDataCallback * |
on_data = NULL | ) |
|
|
inlineexplicit |
The OnDataCallback is a hook for the health checking mechanism
◆ Id()
uint32_t ola::acn::RootInflator::Id |
( |
| ) |
const |
|
inlinevirtual |
◆ PostHeader()
bool ola::acn::RootInflator::PostHeader |
( |
uint32_t |
vector, |
|
|
const HeaderSet & |
headers |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following files: