TxNotifDetails Class Reference

#include <TxNotifDetails.h>

List of all members.


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


Public Member Functions

 TxNotifDetails ()
cMessage * message () const
InterfaceEntryinterfaceEntry () const
void setMessage (cMessage *m)
void setInterfaceEntry (InterfaceEntry *e)

Protected Attributes

cMessage * msg
InterfaceEntryie


Constructor & Destructor Documentation

TxNotifDetails::TxNotifDetails (  )  [inline]

00039 {msg=NULL; ie=NULL;}


Member Function Documentation

InterfaceEntry* TxNotifDetails::interfaceEntry (  )  const [inline]

00042 {return ie;}

cMessage* TxNotifDetails::message (  )  const [inline]

00041 {return msg;}

void TxNotifDetails::setInterfaceEntry ( InterfaceEntry e  )  [inline]

00044 {ie = e;}

void TxNotifDetails::setMessage ( cMessage *  m  )  [inline]

00043 {msg = m;}


Member Data Documentation

InterfaceEntry* TxNotifDetails::ie [protected]

cMessage* TxNotifDetails::msg [protected]


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:24 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7