Public Member Functions | Protected Attributes

UWBIRPacket Class Reference
[BaseUtility - blackboard related stuff]

Class that keeps track of the number of packets sent. More...

#include <UWBIRPacket.h>

Inherits BBItem.

Collaboration diagram for UWBIRPacket:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual BBItemparentObject () 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

Detailed Description

Class that keeps track of the number of packets sent.

Author:
Andreas K�pke
See also:
Blackboard

Definition at line 33 of file UWBIRPacket.h.


Member Function Documentation

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.

:


The documentation for this class was generated from the following file: