ITS
LocationServicePacketEntry.cpp
Go to the documentation of this file.
2 
4 {
5 }
6 
8 {
10  m_packet = packet;
12 }
13 
15 {
16  this->m_destination = other.m_destination;
17  this->m_packet = other.m_packet;
18  this->m_timestamp = other.m_timestamp;
19 }
20 
22 {
23 
24 }
25 
27 {
29  return true;
30  else
31  return false;
32 }
quint32 timestamp() const
timestamp Entry timestamp getter.
gnDataRequest_t structure is the GN data request definition.
Definition: GNDataRequest.h:46
QByteArray gnDataRequestToBin(gnDataRequest_t gnDR)
gnDataRequestToBin Encode GN data request to byte array.
GnAddr m_destination
GnAddr destination() const
destination LS destination getter.
~LocationServicePacketEntry()
~LocationServicePacketEntry LocationServicePacketEntry destructor.
gnDataRequest_t m_packet
LocationServicePacketEntry()
LocationServicePacketEntry LocationServicePacketEntry constructor.
bool operator==(const LocationServicePacketEntry &other)
operator== LocationServicePacketEntry comparison operator.
Definition: GnAddr.h:28
gnDataRequest_t packet() const
packet Entry GN Data Request getter.
Entry of the LS buffer.
quint32 m_timestamp