|
EMANE
1.2.1
|
Receive slot information. More...
#include <types.h>
Public Attributes | |
| SlotIndex | u64AbsoluteSlotIndex_ |
| std::uint32_t | u32RelativeIndex_ |
| std::uint32_t | u32RelativeSlotIndex_ |
| std::uint32_t | u32RelativeFrameIndex_ |
| TimePoint | timePoint_ |
| std::uint64_t | u64FrequencyHz_ |
Receive slot information.
Contains information about the current Rx slot. This information is used by the BaseModel to determine if an over-the-air message was received on the correct slot.
Definition at line 120 of file models/tdma/types.h.
| TimePoint EMANE::Models::TDMA::RxSlotInfo::timePoint_ |
Start of slot time
Definition at line 126 of file models/tdma/types.h.
| std::uint32_t EMANE::Models::TDMA::RxSlotInfo::u32RelativeFrameIndex_ |
Relative frame index in the multiframe of slot
Definition at line 125 of file models/tdma/types.h.
| std::uint32_t EMANE::Models::TDMA::RxSlotInfo::u32RelativeIndex_ |
Relative slot index in the multiframe of slot
Definition at line 123 of file models/tdma/types.h.
| std::uint32_t EMANE::Models::TDMA::RxSlotInfo::u32RelativeSlotIndex_ |
Relative slot index in the frame of slot
Definition at line 124 of file models/tdma/types.h.
| SlotIndex EMANE::Models::TDMA::RxSlotInfo::u64AbsoluteSlotIndex_ |
Absolute slot index of slot
Definition at line 122 of file models/tdma/types.h.
| std::uint64_t EMANE::Models::TDMA::RxSlotInfo::u64FrequencyHz_ |
Receive frequency assigned
Definition at line 127 of file models/tdma/types.h.