Public Member Functions | Protected Attributes

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

TxNotifDetails::TxNotifDetails (  )  [inline]

Definition at line 38 of file TxNotifDetails.h.

{msg=NULL; ie=NULL;}


Member Function Documentation

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

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;}

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

Definition at line 43 of file TxNotifDetails.h.

Referenced by PPP::initialize(), and EtherMACBase::initializeNotificationBoard().

{ie = e;}

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

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: