EMANE  1.2.1
EMANE::Models::TDMA::PacketMetaInfo Struct Reference

Received over-the-air message information. More...

#include <types.h>

Public Attributes

NEMId source_
 
SlotIndex slot_
 
double dRxPowerdBm_
 
double dSINR_
 
std::uint64_t u64DataRatebps_
 

Detailed Description

Received over-the-air message information.

Contains information on a received over-the-air message. This information is send by BaseModel to a scheduler module for internal processing.

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

Member Data Documentation

◆ dRxPowerdBm_

double EMANE::Models::TDMA::PacketMetaInfo::dRxPowerdBm_

Receive power

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

◆ dSINR_

double EMANE::Models::TDMA::PacketMetaInfo::dSINR_

Receive SINR

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

◆ slot_

SlotIndex EMANE::Models::TDMA::PacketMetaInfo::slot_

Absolute slot index

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

◆ source_

NEMId EMANE::Models::TDMA::PacketMetaInfo::source_

Transmitter NEM

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

◆ u64DataRatebps_

std::uint64_t EMANE::Models::TDMA::PacketMetaInfo::u64DataRatebps_

Receive datarate

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


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