NS2 Notebook: Multi-channel Multi-interface Simulation in NS2 (2.29)

Back to Index


4. Modifications in mac/channel.h

class WirelessChannel : public Channel{


  friend class Topography;

public:
  ......

private:

  //Multi-channel Multi-inerface
  MobileNode* myList[100];

  ......

protected:
  ......


};

 

 

 
© Copyright 2008. All rights reserved. Powered by Free Site Templates