|
DESERT 3.6.1
|
#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_ |
Definition at line 57 of file frame-set.h.
| RxFrameSetKey::RxFrameSetKey | ( | uint8_t | srcID, |
| unsigned int | pktID | ||
| ) |
Definition at line 63 of file frame-set.cpp.
| RxFrameSetKey::~RxFrameSetKey | ( | ) |
Definition at line 69 of file frame-set.cpp.
| std::string RxFrameSetKey::displayKey | ( | ) | const |
Definition at line 84 of file frame-set.cpp.
| bool RxFrameSetKey::operator< | ( | RxFrameSetKey | key2 | ) | const |
Definition at line 73 of file frame-set.cpp.
|
inline |
Return the pktID_ variable.
Definition at line 81 of file frame-set.h.
|
inline |
Return the srcID_ variable.
Definition at line 72 of file frame-set.h.
|
private |
ID of the packet.
Definition at line 61 of file frame-set.h.
|
private |
ID of the packet's source node.
Definition at line 60 of file frame-set.h.