EMANE  1.2.1
EMANE::Models::TDMA::RxSlotInfo Struct Reference

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_
 

Detailed Description

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.

Member Data Documentation

◆ timePoint_

TimePoint EMANE::Models::TDMA::RxSlotInfo::timePoint_

Start of slot time

Definition at line 126 of file models/tdma/types.h.

◆ u32RelativeFrameIndex_

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.

◆ u32RelativeIndex_

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.

◆ u32RelativeSlotIndex_

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.

◆ u64AbsoluteSlotIndex_

SlotIndex EMANE::Models::TDMA::RxSlotInfo::u64AbsoluteSlotIndex_

Absolute slot index of slot

Definition at line 122 of file models/tdma/types.h.

◆ u64FrequencyHz_

std::uint64_t EMANE::Models::TDMA::RxSlotInfo::u64FrequencyHz_

Receive frequency assigned

Definition at line 127 of file models/tdma/types.h.


The documentation for this struct was generated from the following file: