Class that keeps track of the number of packets sent. More...
#include <UWBIRPacket.h>
Inherits BBItem.
Public Member Functions | |
virtual BBItem * | parentObject () const |
Returns an instance of BBItem. | |
UWBIRPacket () | |
Constructor. | |
double | getNbPacketsReceived () const |
void | setNbPacketsReceived (int n) |
double | getNbSyncAttempts () const |
void | setNbSyncAttempts (long n) |
long | getNbSyncSuccesses () |
void | setNbSyncSuccesses (long n) |
std::string | info () const |
Enables inspection. | |
Protected Attributes | |
long | nbSyncAttempts |
number of packets generated. | |
long | nbSyncSuccesses |
long | nbPacketsReceived |
Class that keeps track of the number of packets sent.
Definition at line 33 of file UWBIRPacket.h.
virtual BBItem* UWBIRPacket::parentObject | ( | ) | const [inline, virtual] |
Returns an instance of BBItem.
This method is used to get a kind of class hierarchy at runtime.
Reimplemented from BBItem.
Definition at line 35 of file UWBIRPacket.h.
: