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

Constructor & Destructor Documentation

TxNotifDetails::TxNotifDetails ( ) [inline]
{msg=NULL; ie=NULL;}

Member Function Documentation

InterfaceEntry* TxNotifDetails::getInterfaceEntry ( ) const [inline]
cPacket* TxNotifDetails::getPacket ( ) const [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: