IBR-DTNSuite
0.12
|
#include <DatagramService.h>
Public Member Functions | |
WrongSeqNoException (size_t exp_seqno) | |
virtual | ~WrongSeqNoException () throw () |
Public Member Functions inherited from dtn::net::DatagramException | |
DatagramException (const std::string &what) | |
virtual | ~DatagramException () throw () |
Public Member Functions inherited from ibrcommon::Exception | |
Exception () throw () | |
Exception (const exception &) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Exception (string what) throw () | |
Public Attributes | |
const size_t | expected_seqno |
Additional Inherited Members | |
Protected Attributes inherited from ibrcommon::Exception | |
string | _what |
Definition at line 28 of file DatagramService.h.
|
inline |
Definition at line 31 of file DatagramService.h.
|
inlinevirtual |
Definition at line 35 of file DatagramService.h.
const size_t dtn::net::WrongSeqNoException::expected_seqno |
Definition at line 35 of file DatagramService.h.
Referenced by dtn::net::DatagramConnection::queue().