#include <dtn/DropCause.h>


Public Member Functions | |
| virtual | ~BitErrorDrop () |
| virtual destructor | |
Static Public Attributes | |
| static BitErrorDrop | inst |
| unique instance for a drop due to bit error | |
Protected Member Functions | |
| BitErrorDrop (DropCause *p=&(DropCause::inst)) | |
| Protected constructor. | |
Definition at line 146 of file DropCause.h.
| DTN::BitErrorDrop::BitErrorDrop | ( | DropCause * | p = &(DropCause::inst) |
) | [inline, protected] |
Protected constructor.
This prevents the creation of instances other than the static one.
| p | The next DropCause in the chain; the base class for the current instance |
Definition at line 160 of file DropCause.h.
1.5.4