Public Member Functions | Protected Attributes

NetwToMacControlInfo Class Reference
[baseUtils - utilities for base MiXiMmacLayer - MAC layer modulesnetwLayer - network layer modules]

Control info to pass next hop L2 addr from netw to MAC layer. More...

#include <NetwToMacControlInfo.h>

List of all members.

Public Member Functions

 NetwToMacControlInfo (const int addr)
 Default constructor.
virtual ~NetwToMacControlInfo ()
 Destructor.
virtual const int getNextHopMac ()
 Getter method.
virtual void setNextHopMac (const int addr)
 Setter method.

Protected Attributes

int nextHopMac
 MAC address of the sending or receiving node.

Detailed Description

Control info to pass next hop L2 addr from netw to MAC layer.

Control Info to pass interface information from the network to the MAC layer Currently the only information necessary is the MAC address of the next hop, which has to be determined by ARP or some similar mechanism

Author:
Daniel Willkomm

Definition at line 39 of file NetwToMacControlInfo.h.


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