|
ITS
|
Buffer used to store sent and received packets. More...
Go to the source code of this file.
Classes | |
| class | HistoryPacketBuffer |
Macros | |
| #define | LSREQUEST 0 |
| #define | LSREPLY 1 |
| #define | GAC 2 |
| #define | GBC 3 |
| #define | GUC 4 |
| #define | TSB 5 |
| #define | SHB 6 |
| #define | BEACON 7 |
| #define | NB_PACKET_TYPE 8 |
Buffer used to store sent and received packets.
HistoryPacketBuffer adds packets, checks duplication, and erases packets.
Definition in file HistoryPacketBuffer.h.
| #define BEACON 7 |
Definition at line 22 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define GAC 2 |
Definition at line 17 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define GBC 3 |
Definition at line 18 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define GUC 4 |
Definition at line 19 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define LSREPLY 1 |
Definition at line 16 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define LSREQUEST 0 |
Definition at line 15 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define NB_PACKET_TYPE 8 |
Definition at line 23 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::clear(), and HistoryPacketBuffer::HistoryPacketBuffer().
| #define SHB 6 |
Definition at line 21 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().
| #define TSB 5 |
Definition at line 20 of file HistoryPacketBuffer.h.
Referenced by HistoryPacketBuffer::addPacket(), and HistoryPacketBuffer::isDuplicateTimestamp().