EMANE
1.2.1
|
Queue status information. More...
#include <types.h>
Public Attributes | |
std::uint8_t | u8QueueId_ |
std::uint64_t | u64Packets_ |
std::uint64_t | u64Bytes_ |
Queue status information.
Contains information on the number of packets and bytes contained in a queue. A partial packet due to fragmentation, that remains in a queue is counted as whole packet. Only the number of byes remaining in the partial packet is counted when reporting the total bytes in the queue.
Definition at line 80 of file models/tdma/types.h.
std::uint64_t EMANE::Models::TDMA::QueueInfo::u64Bytes_ |
Number of bytes in queue
Definition at line 84 of file models/tdma/types.h.
std::uint64_t EMANE::Models::TDMA::QueueInfo::u64Packets_ |
Number of packets in queue
Definition at line 83 of file models/tdma/types.h.
std::uint8_t EMANE::Models::TDMA::QueueInfo::u8QueueId_ |
Queue Id
Definition at line 82 of file models/tdma/types.h.