DESERT 3.5.1
Loading...
Searching...
No Matches
RxFrameSetKey Class Reference

#include <frame-set.h>

Public Member Functions

 RxFrameSetKey (uint8_t, unsigned int)
 
 ~RxFrameSetKey ()
 
uint8_t srcID () const
 
unsigned int pktID () const
 
bool operator< (RxFrameSetKey) const
 
std::string displayKey () const
 

Private Attributes

uint8_t srcID_
 
unsigned int pktID_
 

Detailed Description

Definition at line 57 of file frame-set.h.

Constructor & Destructor Documentation

◆ RxFrameSetKey()

RxFrameSetKey::RxFrameSetKey ( uint8_t  srcID,
unsigned int  pktID 
)

Definition at line 63 of file frame-set.cpp.

◆ ~RxFrameSetKey()

RxFrameSetKey::~RxFrameSetKey ( )

Definition at line 69 of file frame-set.cpp.

Member Function Documentation

◆ displayKey()

std::string RxFrameSetKey::displayKey ( ) const

Definition at line 84 of file frame-set.cpp.

◆ operator<()

bool RxFrameSetKey::operator< ( RxFrameSetKey  key2) const

Definition at line 73 of file frame-set.cpp.

◆ pktID()

unsigned int RxFrameSetKey::pktID ( ) const
inline

Return the pktID_ variable.

Definition at line 81 of file frame-set.h.

◆ srcID()

uint8_t RxFrameSetKey::srcID ( ) const
inline

Return the srcID_ variable.

Definition at line 72 of file frame-set.h.

Member Data Documentation

◆ pktID_

unsigned int RxFrameSetKey::pktID_
private

ID of the packet.

Definition at line 61 of file frame-set.h.

◆ srcID_

uint8_t RxFrameSetKey::srcID_
private

ID of the packet's source node.

Definition at line 60 of file frame-set.h.


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