|
EMANE
1.0.1
|
RFPipe MAC downstream queue entry definition. More...
#include <downstreamqueue.h>
Public Member Functions | |
| DownstreamQueueEntry () | |
| DownstreamQueueEntry (DownstreamPacket &pkt, const TimePoint &acquireTime, const Microseconds &durationMicroseconds, std::uint64_t u64DataRatebps) | |
| initializer More... | |
Public Attributes | |
| DownstreamPacket | pkt_ |
| TimePoint | acquireTime_ |
| Microseconds | durationMicroseconds_ |
| std::uint64_t | u64DataRatebps_ |
RFPipe MAC downstream queue entry definition.
Downstream queue entry definition
Definition at line 56 of file rfpipe/downstreamqueue.h.
|
inline |
Definition at line 63 of file rfpipe/downstreamqueue.h.
|
inline |
initializer
| pkt | reference to the downstream packet |
| acquireTime | acquireTimetart of transmission |
| durationMicroseconds | duration of transmision |
| u64DataRatebps | data rate bps |
Definition at line 81 of file rfpipe/downstreamqueue.h.
| TimePoint EMANE::Models::RFPipe::DownstreamQueueEntry::acquireTime_ |
Definition at line 59 of file rfpipe/downstreamqueue.h.
| Microseconds EMANE::Models::RFPipe::DownstreamQueueEntry::durationMicroseconds_ |
Definition at line 60 of file rfpipe/downstreamqueue.h.
| DownstreamPacket EMANE::Models::RFPipe::DownstreamQueueEntry::pkt_ |
Definition at line 58 of file rfpipe/downstreamqueue.h.
| std::uint64_t EMANE::Models::RFPipe::DownstreamQueueEntry::u64DataRatebps_ |
Definition at line 61 of file rfpipe/downstreamqueue.h.