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 ()
cPacket * getPacket () const
InterfaceEntrygetInterfaceEntry () const
void setPacket (cPacket *m)
void setInterfaceEntry (InterfaceEntry *e)

Protected Attributes

cPacket * msg
InterfaceEntryie

Constructor & Destructor Documentation

TxNotifDetails::TxNotifDetails (  )  [inline]

00038 {msg=NULL; ie=NULL;}


Member Function Documentation

cPacket* TxNotifDetails::getPacket (  )  const [inline]

Referenced by NAMTraceWriter::receiveChangeNotification().

00040 {return msg;}

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

Referenced by NAMTraceWriter::receiveChangeNotification().

00041 {return ie;}

void TxNotifDetails::setPacket ( cPacket *  m  )  [inline]

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


Member Data Documentation

cPacket* TxNotifDetails::msg [protected]


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

Generated on Fri Mar 20 18:51:22 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5