ITS
LSRequestPacket.h
Go to the documentation of this file.
1 
13 #ifndef LSRequestPacket_H
14 #define LSRequestPacket_H
15 
16 #include <QObject>
17 #include <TSBPacket.h>
18 
19 class LSRequestPacket : public TSBPacket
20 {
21 public:
25  enum e_helper
26  {
28  };
29 
45  LSRequestPacket(const LSRequestPacket& other);
55  quint64 extract(uchar* packet);
56 
57  /* API */
62  QByteArray toHex();
63 
69 
70 private:
72 };
73 
74 #endif // LSRequestPacket_H
LSRequestPacket()
LSRequestPacket LSRequestPacket constructor.
~LSRequestPacket()
~LSRequestPacket LSRequestPacket destructor.
TSB packet structure.
quint64 extract(uchar *packet)
extract Extract GBC from packet.
quint16 sequenceNumber() const
sequenceNumber TSB sequence number getter.
Definition: TSBPacket.h:68
Definition: GnAddr.h:28
GnAddr destination()
destination Request GN_ADDR getter.
e_helper
The e_helper enum is used to help to have sizes.
QByteArray toHex()
toHex Create a QByteArray containing the hexadecimal format of the GBCPacket.