the list of simulation channels. More...
#include "channel-list.h"
| Public Types | |
| typedef std::vector< Ptr< Channel > >::const_iterator | Iterator | 
| Channel container iterator. | |
| Static Public Member Functions | |
| static uint32_t | Add (Ptr< Channel > channel) | 
| static Iterator | Begin () | 
| static Iterator | End () | 
| static Ptr< Channel > | GetChannel (uint32_t n) | 
| static uint32_t | GetNChannels () | 
the list of simulation channels.
Every Channel created is automatically added to this list.
Definition at line 27 of file channel-list.h.
| typedef std::vector<Ptr<Channel>>::const_iterator ns3::ChannelList::Iterator | 
Channel container iterator.
Definition at line 31 of file channel-list.h.
| channel | channel to add | 
This method is called automatically from Channel::Channel so the user has little reason to call it himself.
Definition at line 206 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
Referenced by ns3::Channel::Channel().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 213 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 220 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function:| n | index of requested channel. | 
Definition at line 227 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION.
Referenced by ns3::NeighborCacheHelper::PopulateNeighborCache().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 234 of file channel-list.cc.
References ns3::ChannelListPriv::Get(), and NS_LOG_FUNCTION_NOARGS.
Referenced by ns3::NeighborCacheHelper::PopulateNeighborCache().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: