ITS
LocationServicePacketEntry.h
Go to the documentation of this file.
1 
7 #ifndef LocationServicePacketEntry_H
8 #define LocationServicePacketEntry_H
9 
10 #include <GNDataRequest.h>
11 
13 {
14 public:
40  bool operator==(const LocationServicePacketEntry& other);
41 
46  GnAddr destination() const{return m_destination;}
51  gnDataRequest_t packet() const{return m_packet;}
56  quint32 timestamp() const{return m_timestamp;}
57 
58 private:
61  quint32 m_timestamp;
62 };
63 
64 #endif // _LocationServicePacketEntry_H_
quint32 timestamp() const
timestamp Entry timestamp getter.
gnDataRequest_t structure is the GN data request definition.
Definition: GNDataRequest.h:46
GN data request definition.
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.
quint32 m_timestamp