ITS
|
#include <LocationServicePacketEntry.h>
Public Member Functions | |
LocationServicePacketEntry () | |
LocationServicePacketEntry LocationServicePacketEntry constructor. More... | |
LocationServicePacketEntry (GnAddr destination, gnDataRequest_t packet, quint32 timestamp) | |
LocationServicePacketEntry LocationServicePacketEntry initialization constructor. More... | |
LocationServicePacketEntry (const LocationServicePacketEntry &other) | |
LocationServicePacketEntry LocationServicePacketEntry copy constructor. More... | |
~LocationServicePacketEntry () | |
~LocationServicePacketEntry LocationServicePacketEntry destructor. More... | |
bool | operator== (const LocationServicePacketEntry &other) |
operator== LocationServicePacketEntry comparison operator. More... | |
GnAddr | destination () const |
destination LS destination getter. More... | |
gnDataRequest_t | packet () const |
packet Entry GN Data Request getter. More... | |
quint32 | timestamp () const |
timestamp Entry timestamp getter. More... | |
Private Attributes | |
GnAddr | m_destination |
gnDataRequest_t | m_packet |
quint32 | m_timestamp |
Definition at line 12 of file LocationServicePacketEntry.h.
LocationServicePacketEntry::LocationServicePacketEntry | ( | ) |
LocationServicePacketEntry LocationServicePacketEntry constructor.
Definition at line 3 of file LocationServicePacketEntry.cpp.
LocationServicePacketEntry::LocationServicePacketEntry | ( | GnAddr | destination, |
gnDataRequest_t | packet, | ||
quint32 | timestamp | ||
) |
LocationServicePacketEntry LocationServicePacketEntry initialization constructor.
destination | The LS destination. |
packet | The LS packet. |
timestamp | The LS timestamp. |
Definition at line 7 of file LocationServicePacketEntry.cpp.
References destination(), m_destination, m_packet, m_timestamp, packet(), and timestamp().
LocationServicePacketEntry::LocationServicePacketEntry | ( | const LocationServicePacketEntry & | other | ) |
LocationServicePacketEntry LocationServicePacketEntry copy constructor.
other | The LocationServicePacketEntry to copy. |
Definition at line 14 of file LocationServicePacketEntry.cpp.
References m_destination, m_packet, and m_timestamp.
LocationServicePacketEntry::~LocationServicePacketEntry | ( | ) |
~LocationServicePacketEntry LocationServicePacketEntry destructor.
Definition at line 21 of file LocationServicePacketEntry.cpp.
|
inline |
destination LS destination getter.
Definition at line 46 of file LocationServicePacketEntry.h.
References m_destination.
Referenced by GeoNet::flushLSPB(), and LocationServicePacketEntry().
bool LocationServicePacketEntry::operator== | ( | const LocationServicePacketEntry & | other | ) |
operator== LocationServicePacketEntry comparison operator.
other | The LocationServicePacketEntry to compare. |
Definition at line 26 of file LocationServicePacketEntry.cpp.
References gnDataRequestToBin(), m_destination, and m_packet.
|
inline |
packet Entry GN Data Request getter.
Definition at line 51 of file LocationServicePacketEntry.h.
References m_packet.
Referenced by GeoNet::flushLSPB(), and LocationServicePacketEntry().
|
inline |
timestamp Entry timestamp getter.
Definition at line 56 of file LocationServicePacketEntry.h.
References m_timestamp.
Referenced by GeoNet::flushLSPB(), and LocationServicePacketEntry().
|
private |
Entry GN_ADDR.
Definition at line 59 of file LocationServicePacketEntry.h.
Referenced by destination(), LocationServicePacketEntry(), and operator==().
|
private |
Entry GN Data Request.
Definition at line 60 of file LocationServicePacketEntry.h.
Referenced by LocationServicePacketEntry(), operator==(), and packet().
|
private |
Entry timestamp.
Definition at line 61 of file LocationServicePacketEntry.h.
Referenced by LocationServicePacketEntry(), and timestamp().