SatLoraCbrTestCase Class Reference

Test case to check if packet is received on App layer. More...

+ Inheritance diagram for SatLoraCbrTestCase:
+ Collaboration diagram for SatLoraCbrTestCase:

Public Member Functions

 SatLoraCbrTestCase ()
 
virtual ~SatLoraCbrTestCase ()
 

Private Member Functions

virtual void DoRun (void)
 
void MacTraceCb (std::string context, Ptr< const Packet > packet, const Address &address)
 

Private Attributes

Address m_edAddress
 
Time m_edReceiveDate
 
Address m_gwAddress
 
Time m_gwReceiveDate
 

Detailed Description

Test case to check if packet is received on App layer.

Expected result: Rx and Sink callbacks have data.

Definition at line 711 of file satellite-lora-test.cc.

Constructor & Destructor Documentation

◆ SatLoraCbrTestCase()

SatLoraCbrTestCase::SatLoraCbrTestCase ( )

Definition at line 728 of file satellite-lora-test.cc.

◆ ~SatLoraCbrTestCase()

SatLoraCbrTestCase::~SatLoraCbrTestCase ( )
virtual

Definition at line 734 of file satellite-lora-test.cc.

Member Function Documentation

◆ DoRun()

void SatLoraCbrTestCase::DoRun ( void  )
privatevirtual

Definition at line 755 of file satellite-lora-test.cc.

References m_edAddress, m_edReceiveDate, m_gwAddress, m_gwReceiveDate, and MacTraceCb().

+ Here is the call graph for this function:

◆ MacTraceCb()

void SatLoraCbrTestCase::MacTraceCb ( std::string  context,
Ptr< const Packet >  packet,
const Address &  address 
)
private

Definition at line 739 of file satellite-lora-test.cc.

References m_edAddress, m_edReceiveDate, m_gwAddress, and m_gwReceiveDate.

Referenced by DoRun().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_edAddress

Address SatLoraCbrTestCase::m_edAddress
private

Definition at line 725 of file satellite-lora-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_edReceiveDate

Time SatLoraCbrTestCase::m_edReceiveDate
private

Definition at line 722 of file satellite-lora-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_gwAddress

Address SatLoraCbrTestCase::m_gwAddress
private

Definition at line 724 of file satellite-lora-test.cc.

Referenced by DoRun(), and MacTraceCb().

◆ m_gwReceiveDate

Time SatLoraCbrTestCase::m_gwReceiveDate
private

Definition at line 721 of file satellite-lora-test.cc.

Referenced by DoRun(), and MacTraceCb().


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