INET Framework for OMNeT++/OMNEST
inet::MacEstimateCostProcess Class Referenceabstract

#include <NetworkInterface.h>

Public Member Functions

virtual ~MacEstimateCostProcess ()
 
virtual double getCost (int, MacAddress &)=0
 
virtual double getNumCost ()=0
 
virtual int getNumNeighbors ()=0
 
virtual int getNeighbors (MacAddress[])=0
 

Constructor & Destructor Documentation

◆ ~MacEstimateCostProcess()

virtual inet::MacEstimateCostProcess::~MacEstimateCostProcess ( )
inlinevirtual
38 {}

Member Function Documentation

◆ getCost()

virtual double inet::MacEstimateCostProcess::getCost ( int  ,
MacAddress  
)
pure virtual

◆ getNeighbors()

virtual int inet::MacEstimateCostProcess::getNeighbors ( MacAddress  [])
pure virtual

◆ getNumCost()

virtual double inet::MacEstimateCostProcess::getNumCost ( )
pure virtual

◆ getNumNeighbors()

virtual int inet::MacEstimateCostProcess::getNumNeighbors ( )
pure virtual

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