#include <Packet.h>
§ Packet()
BaseLib::Systems::Packet::Packet |
( |
| ) |
|
|
default |
§ ~Packet()
virtual BaseLib::Systems::Packet::~Packet |
( |
| ) |
|
|
virtualdefault |
§ getTag()
virtual int32_t BaseLib::Systems::Packet::getTag |
( |
| ) |
|
|
inlinevirtual |
§ getTimeReceived()
virtual int64_t BaseLib::Systems::Packet::getTimeReceived |
( |
| ) |
|
|
inlinevirtual |
§ getTimeSending()
virtual int64_t BaseLib::Systems::Packet::getTimeSending |
( |
| ) |
|
|
inlinevirtual |
§ setTag()
virtual void BaseLib::Systems::Packet::setTag |
( |
int32_t |
tag | ) |
|
|
inlinevirtual |
§ setTimeReceived()
virtual void BaseLib::Systems::Packet::setTimeReceived |
( |
int64_t |
time | ) |
|
|
inlinevirtual |
§ setTimeSending()
virtual void BaseLib::Systems::Packet::setTimeSending |
( |
int64_t |
time | ) |
|
|
inlinevirtual |
§ toVariable()
Required by raw packet events.
Should return a good representation of the packet. For binary packets return a hex string.
§ _tag
int32_t BaseLib::Systems::Packet::_tag = 0 |
|
protected |
§ _timeReceived
int64_t BaseLib::Systems::Packet::_timeReceived = 0 |
|
protected |
§ _timeSending
int64_t BaseLib::Systems::Packet::_timeSending = 0 |
|
protected |
The documentation for this class was generated from the following file: