INET Framework for OMNeT++/OMNEST
TxNotifDetails Class Reference

#include <TxNotifDetails.h>

List of all members.

Public Member Functions

 TxNotifDetails ()
cPacket * getPacket () const
InterfaceEntrygetInterfaceEntry () const
void setPacket (cPacket *m)
void setInterfaceEntry (InterfaceEntry *e)

Protected Attributes

cPacket * msg
InterfaceEntryie

Detailed Description

Details class for the NF_PP_TX_BEGIN, NF_PP_TX_END and NF_PP_RX_END notifications (normally triggered from PPP).

See also:
NotificationBoard

Definition at line 31 of file TxNotifDetails.h.


Constructor & Destructor Documentation

Definition at line 38 of file TxNotifDetails.h.

{msg=NULL; ie=NULL;}

Member Function Documentation

Definition at line 41 of file TxNotifDetails.h.

Referenced by NAMTraceWriter::receiveChangeNotification().

{return ie;}
cPacket* TxNotifDetails::getPacket ( ) const [inline]

Definition at line 40 of file TxNotifDetails.h.

Referenced by NAMTraceWriter::receiveChangeNotification().

{return msg;}

Member Data Documentation

Definition at line 35 of file TxNotifDetails.h.

Referenced by getInterfaceEntry(), setInterfaceEntry(), and TxNotifDetails().

cPacket* TxNotifDetails::msg [protected]

Definition at line 34 of file TxNotifDetails.h.

Referenced by getPacket(), setPacket(), and TxNotifDetails().


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