An abstract PDU inflator.
|
static const uint8_t | LFLAG_MASK = 0x80 |
|
static const uint8_t | LENGTH_MASK = 0x0F |
|
|
virtual void | ResetPDUFields () |
|
virtual void | ResetHeaderField ()=0 |
|
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) |
|
virtual bool | DecodeHeader (HeaderSet *headers, const uint8_t *data, unsigned int len, unsigned int *bytes_used)=0 |
|
bool | InflatePDU (HeaderSet *headers, uint8_t flags, const uint8_t *data, unsigned int pdu_len) |
|
virtual bool | PostHeader (uint32_t vector, const HeaderSet &headers) |
|
virtual bool | HandlePDUData (uint32_t vector, const HeaderSet &headers, const uint8_t *data, unsigned int pdu_len) |
|
|
uint32_t | m_last_vector |
|
bool | m_vector_set |
|
PDU::vector_size | m_vector_size |
|
std::map< uint32_t, InflatorInterface * > | m_proto_map |
|
◆ GetInflator()
Get the inflator used for a particular vector.
- Returns
- The inflator used for the vector
The documentation for this class was generated from the following files: