Public Member Functions | |
| PacketQueueCommon (uint32_t queue_id) | |
| bool | operator== (const PacketQueueCommon &other) const |
| bool | operator!= (const PacketQueueCommon &other) const |
| uint32_t | queue_id () |
| uint16_t | len () |
| void | queue_id (uint32_t queue_id) |
| void | property (QueuePropertyList properties) |
| void | add_property (QueueProperty *qp) |
Protected Attributes | |
| uint32_t | queue_id_ |
| uint16_t | len_ |
| QueuePropertyList | properties_ |