ns3::AarfWifiManager | AARF Rate control algorithm |
ns3::Address | Polymophic address class |
ns3::AddressValue | Hold objects of type ns3::Address |
ns3::AdhocWifiMac | Adhoc state machine |
ns3::olsr::Agent | Class implementing the OLSR state machine |
ns3::Object::AggregateIterator | Iterate over the objects aggregated to an ns3::Object |
ns3::AmrrWifiManager | AMRR Rate control algorithm |
ns3::Application | The base class for all ns3 applications |
ns3::ApplicationContainer | Holds a vector of ns3::Application pointers |
ns3::ArfWifiManager | ARF Rate control algorithm |
ns3::ArpCache | An ARP cache |
ns3::ArpHeader | The packet header for an ARP packet |
ns3::ArpIpv4Interface | Ipv4 Interface which uses ARP |
ns3::ArpL3Protocol | An implementation of the ARP protocol |
ns3::AttributeAccessor | Allow setting and getting the value of an attribute |
ns3::AttributeChecker | Represent the type of an attribute |
ns3::TypeId::AttributeInfo | Store together a set of attribute properties |
ns3::AttributeList | Container of attributes to be used during object's construction and in ns3::Object::Set |
ns3::AttributeValue | Hold a value for an Attribute |
ns3::Backoff | The backoff class is used for calculating backoff times when many net devices can write to the same channel |
ns3::BooleanValue | Hold a bool native type |
ns3::BridgeChannel | Virtual channel implementation for bridges (BridgeNetDevice) |
ns3::BridgeNetDevice | Virtual net device that bridges multiple LAN segments |
ns3::Buffer | Automatically resized byte buffer |
ns3::Callback< R, T1, T2, T3, T4, T5, T6 > | Callback template class |
ns3::CandidateQueue | A Candidate Queue used in static routing |
ns3::Channel | Abstract Channel Base Class |
ns3::Chunk | Abstract base class for ns3::Header and ns3::Trailer |
ns3::CommandLine | Parse command-line argumentsInstances of this class can be used to parse command-line arguments: users can register new arguments with CommandLine::AddValue but the most important functionality provided by this class is that it can be used to set the 'initial value' of every attribute in the system with the --TypeIdNameAttributeName=value syntax and it can be used to set the value of every GlobalValue in the system with the --GlobalValueName=value syntax |
ns3::CompositePropagationLossModel | Composite propagation loss model |
ns3::ConfigStore | Store and load simulation attribute configuration |
ns3::ConstantRateWifiManager | Use constant rates for data and control transmissions |
ns3::ConstantSpeedPropagationDelayModel | Propagation speed is constant |
ns3::ConstantVariable | A random variable that returns a constantClass ConstantVariable defines a random number generator that returns the same value every sample |
ns3::CriticalSection | A class which provides a simple way to implement a Critical Section |
ns3::CsmaChannel | Csma Channel |
ns3::CsmaDeviceRec | CsmaNetDevice Record |
ns3::CsmaHelper | Build a set of CsmaNetDevice objects |
ns3::CsmaNetDevice | A Device for a Csma Network Link |
ns3::DataRate | Class for representing data rates |
ns3::DataRateValue | Hold objects of type ns3::DataRate |
ns3::DcaTxop | Handle packet fragmentation and retransmissions |
ns3::DcfManager | Manage a set of ns3::DcfState |
ns3::DcfState | Keep track of the state needed for a single DCF function |
ns3::DelayJitterEstimation | Quick and dirty delay and jitter estimation |
ns3::DeterministicVariable | Non-random variableDefines a random variable that has a specified, predetermined sequence. This would be useful when trying to force the RNG to return a known sequence, perhaps to compare NS-3 to some other simulator |
ns3::DoubleValue | Hold an floating point type |
ns3::DropTailQueue | A FIFO packet queue that drops tail-end packets on overflow |
ns3::EmpiricalVariable | EmpiricalVariable distribution random varDefines a random variable that has a specified, empirical distribution. The distribution is specified by a series of calls to the CDF member function, specifying a value and the probability that the function value is less than the specified value. When values are requested, a uniform random variable is used to select a probabililty, and the return value is interpreted linerarly between the two appropriate points in the CDF. The method is known as inverse transform sampling: (http://en.wikipedia.org/wiki/Inverse_transform_sampling) |
ns3::empty | Make Callback use a separate empty type |
ns3::EmptyAttributeValue | A class for an empty attribute value |
ns3::ArpCache::Entry | A record that that holds information about an ArpCache entry |
ns3::EnumValue | Hold variables of type 'enum' |
ns3::ErrorModel | General error model that can be used to corrupt packets |
ns3::EthernetHeader | Packet header for Ethernet |
ns3::EthernetTrailer | Packet trailer for Ethernet |
ns3::EventGarbageCollector | An object that tracks scheduled events and automatically cancels them when it is destroyed. It is useful in situations where multiple instances of the same type of event can simultaneously be scheduled, and when the events should be limited to the lifetime of a container object |
ns3::EventId | Identifier for simulation events |
ns3::EventImpl | Simulation event |
ns3::EventLock | Base class for locking functionality for events |
ns3::ExponentialVariable | Exponentially Distributed random varThis class supports the creation of objects that return random numbers from a fixed exponential distribution. It also supports the generation of single random numbers from various exponential distributions |
ns3::FriisPropagationLossModel | Friis propagation loss model |
ns3::GlobalRouteManager | A global global router |
ns3::GlobalRouteManagerImpl | A global router implementation |
ns3::GlobalRouteManagerLSDB | The Link State DataBase (LSDB) of the Global Route Manager |
ns3::GlobalRouter | An interface aggregated to a node to provide global routing info |
ns3::GlobalRoutingLinkRecord | A single link record for a link state advertisement |
ns3::GlobalRoutingLSA | Link State Advertisement (LSA) for a router, used in global routing |
ns3::GlobalValue | Hold a so-called 'global value' |
ns3::Gnuplot | Simple class to generate gnuplot-ready plotting commands from a set of datasets |
ns3::GnuplotDataset | Store a dataset to be used by ns3::Gnuplot |
ns3::GridPositionAllocator | Allocate positions on a rectangular 2d grid |
ns3::GtkConfigStore | A class that provides a GTK-based front end to ns3::ConfigStore |
ns3::Header | Protocol header serialization and deserialization |
ns3::HeapScheduler | Binary heap event scheduler |
ns3::HierarchicalMobilityModel | Hierachical mobility model |
ns3::IdealWifiManager | Ideal rate control algorithm |
ns3::InetSocketAddress | Inet address class |
ns3::IntegerValue | Hold a signed integer type |
ns3::IntEmpiricalVariable | Integer-based empirical distributionDefines an empirical distribution where all values are integers. Indentical to EmpiricalVariable, except that the inverse transform sampling interpolation described in the EmpiricalVariable documentation is modified to only return integers |
ns3::InternetStackHelper | Aggregate ip/tcp/udp functionality to existing Nodes |
ns3::IntToType< v > | |
ns3::Ipv4 | Access to the Ipv4 forwarding table and to the ipv4 interfaces |
ns3::Ipv4Address | Ipv4 addresses are stored in host order in this class |
ns3::Ipv4AddressGenerator | This generator assigns addresses sequentially from a provided network address; used in topology code |
ns3::Ipv4AddressHelper | A helper class to make life easier while doing simple IPv4 address assignment in scripts |
ns3::Ipv4AddressValue | Hold objects of type ns3::Ipv4Address |
ns3::Ipv4EndPoint | A representation of an internet endpoint/connection |
ns3::Ipv4EndPointDemux | Demultiplexes packets to various transport layer endpoints |
ns3::Ipv4Header | Packet header for IPv4 |
ns3::Ipv4Interface | The IPv4 representation of a network interface |
ns3::Ipv4InterfaceContainer | Keep track of a set of ipv4 interfaces |
ns3::Ipv4L3Protocol | Implement the Ipv4 layer |
ns3::Ipv4L4Protocol | L4 Protocol abstract base class |
ns3::Ipv4LoopbackInterface | An IPv4 loopback interface |
ns3::Ipv4Mask | Class to represent an Ipv4 address mask |
ns3::Ipv4MaskValue | Hold objects of type ns3::Ipv4Mask |
ns3::Ipv4MulticastRoute | A record of an IPv4 multicast route |
ns3::Ipv4Route | A record of an IPv4 route |
ns3::Ipv4RoutingProtocol | Base class for IPv4 routing protocols |
ns3::Ipv4StaticRouting | Static routing protocol for IP version 4 stacks |
ns3::TagIterator::Item | |
ns3::Buffer::Iterator | Iterator in a Buffer instance |
ns3::JakesPropagationLossModel | Jakes propagation loss model |
ns3::ListErrorModel | Provide a list of Packet uids to corrupt |
ns3::ListPositionAllocator | Allocate positions from a deterministic list specified by the user |
ns3::ListScheduler | Std::list event scheduler |
ns3::LlcSnapHeader | Header for the LLC/SNAP encapsulation |
ns3::LogDistancePropagationLossModel | Log distance propagation model |
ns3::LogNormalVariable | Log-normal Distributed random varLogNormalVariable defines a random variable with log-normal distribution. If one takes the natural logarithm of random variable following the log-normal distribution, the obtained values follow a normal distribution. This class supports the creation of objects that return random numbers from a fixed lognormal distribution. It also supports the generation of single random numbers from various lognormal distributions |
ns3::Mac48Address | EUI-48 address |
ns3::Mac48AddressValue | Hold objects of type ns3::Mac48Address |
ns3::Mac64Address | EUI-64 address |
ns3::MacLow | Handle RTS/CTS/DATA/ACK transactions |
ns3::MacLowNavListener | Listen to NAV events |
ns3::MacLowTransmissionListener | Listen to events coming from ns3::MacLow |
ns3::MacLowTransmissionParameters | Control how a packet is transmitted |
ns3::MapScheduler | Std::map event scheduler |
ns3::MobilityHelper | Assign positions and mobility models to nodes |
ns3::MobilityModel | Keep track of the current position of an object |
ns3::NetDevice | Network layer to device interface |
ns3::NetDeviceContainer | Holds a vector of ns3::NetDevice pointers |
ns3::Node | A network Node |
ns3::NodeContainer | Keep track of a set of node pointers |
ns3::NodeList | List of simulation nodes |
ns3::NormalVariable | Class NormalVariable defines a random variable with a normal (Gaussian) distribution.This class supports the creation of objects that return random numbers from a fixed normal distribution. It also supports the generation of single random numbers from various normal distributions |
ns3::NqapWifiMac | Non-QoS AP state machine |
ns3::NqstaWifiMac | Non-QoS STA state machine |
ns3::Ns2MobilityHelper | Topology object which can read ns2's movement files generated by the CMU setdest tool |
ns3::NscTcpL4Protocol | Nsc wrapper glue, to interface with the Ipv4 protocol underneath |
ns3::NscTcpSocketFactoryImpl | Socket factory implementation for creating instances of NSC TCP |
ns3::NscTcpSocketImpl | Socket logic for the NSC TCP sockets |
ns3::Object | Base class which provides memory management and object aggregation |
ns3::ObjectBase | Implement the ns-3 type and attribute system |
ns3::ObjectFactory | Instantiate subclasses of ns3::Object |
ns3::ObjectFactoryValue | Hold objects of type ns3::ObjectFactory |
ns3::ObjectVectorValue | Contain a vector of ns3::Object pointers |
ns3::OlsrHelper | Helper class that adds OLSR routing to nodes |
ns3::OnoeWifiManager | Implementation of rate control algorithm developed by Atsushi Onoe |
ns3::OnOffApplication | Generate traffic to a single destination according to an OnOff pattern |
ns3::OnOffHelper | Instanciate an ns3::OnOffApplication on a set of nodes |
ns3::Packet | Network packets |
ns3::PacketSink | Receive and consume traffic generated to an IP address and port |
ns3::PacketSocket | A PacketSocket is a link between an application and a net device |
ns3::PacketSocketAddress | Address for a packet socket |
ns3::PacketSocketFactory | |
ns3::PacketSocketHelper | Give ns3::PacketSocket powers to ns3::Node |
ns3::ParetoVariable | ParetoVariable distributed random varThis class supports the creation of objects that return random numbers from a fixed pareto distribution. It also supports the generation of single random numbers from various pareto distributions |
ns3::PcapWriter | Pcap output for Packet logger |
ns3::PendingData | Class for managing I/O between applications and TCP |
ns3::PointerValue | Hold objects of type Ptr<T> |
ns3::PointToPointChannel | Simple Point To Point Channel |
ns3::PointToPointHelper | Build a set of PointToPointNetDevice objects |
ns3::PointToPointNetDevice | A Device for a Point to Point Network Link |
ns3::PositionAllocator | Allocate a set of positions. The allocation strategy is implemented in subclasses |
ns3::PppHeader | Packet header for PPP |
ns3::PropagationDelayModel | Calculate a propagation delay |
ns3::PropagationLossModel | Modelize the propagation loss through a transmission medium |
ns3::Ptr< T > | Smart pointer class similar to boost::intrusive_ptr |
ns3::Queue | Abstract base class for packet Queues |
ns3::RandomDirection2dMobilityModel | RandomDirection mobility model |
ns3::RandomDiscPositionAllocator | Allocate random positions within a disc according to a pair of random variables |
ns3::RandomPropagationDelayModel | Propagation delay is random |
ns3::RandomPropagationLossModel | The propagation loss is random |
ns3::RandomRectanglePositionAllocator | Allocate random positions within a rectangle according to a pair of random variables |
ns3::RandomStream | |
ns3::RandomVariable | The basic RNG for NS-3.Note: The underlying random number generation method used by NS-3 is the RngStream code by Pierre L'Ecuyer at the University of Montreal |
ns3::RandomVariableValue | Hold objects of type ns3::RandomVariable |
ns3::RandomWalk2dMobilityModel | 2D random walk position model |
ns3::RandomWaypointMobilityModel | Random waypoint mobility model |
ns3::RateErrorModel | Determine which packets are errored corresponding to an underlying distribution, rate, and unit |
ns3::Rectangle | 2d rectangle |
ns3::RectangleValue | Hold objects of type ns3::Rectangle |
ns3::RefCountBase | Base class that provides implementations of reference counting operations |
ns3::RngStream | Combined Multiple-Recursive Generator MRG32k3a |
ns3::RraaWifiManager | Robust Rate Adaptation Algorithm |
ns3::RttHistory | Implements several variations of round trip time estimators |
ns3::Scheduler | Maintain the event list |
SequenceNumber | Class to manage arithmetic operations on sequence numbers (mod 2^32) |
ns3::SequentialVariable | Return a sequential list of valuesClass SequentialVariable defines a random number generator that returns a sequential sequence. The sequence monotonically increases for a period, then wraps around to the low value and begins monotonicaly increasing again |
ns3::SimpleChannel | A simple channel, for simple things and testing |
ns3::SimpleNetDevice | Simple net device for simple things and testing |
ns3::SimulationSingleton< T > | |
ns3::Simulator | Control the scheduling of simulation events |
ns3::Singleton< T > | Template singleton |
ns3::Socket | A low-level Socket API based loosely on the BSD Socket API.A few things to keep in mind about this type of socket:
- it uses ns-3 API constructs such as class ns3::Address instead of C-style structs
- in contrast to the original BSD socket API, this API is asynchronous: it does not contain blocking calls. Sending and receiving operations must make use of the callbacks provided.
- It also uses class ns3::Packet as a fancy byte buffer, allowing data to be passed across the API using an ns-3 Packet instead of a raw data pointer.
- Not all of the full POSIX sockets API is supported
|
ns3::SocketAddressTag | This class implements a tag that carries an address of a packet across the socket interface |
ns3::SocketFactory | Object to create transport layer instances that provide a socket API to applications |
ns3::SocketIpTtlTag | This class implements a tag that carries the socket-specific TTL of a packet to the IP layer |
ns3::SPFVertex | Vertex used in shortest path first (SPF) computations. See RFC 2328, Section 16 |
ns3::Ssid | IEEE 802.11 SSID |
ns3::SsidValue | Hold objects of type ns3::Ssid |
ns3::StaticMobilityModel | Position model for which the current position does not change once it has been set and until it is set again explicitely to a new value |
ns3::StaticSpeedMobilityModel | Position model for which the current speed does not change once it has been set and until it is set again explicitely to a new value |
ns3::StringValue | Hold variables of type string |
ns3::Synchronizer | Base class used for synchronizing the simulation events to some real time "wall clock." |
ns3::SystemCondition | A class which provides a relatively platform-independent conditional-wait thread synchronization primitive |
ns3::SystemMutex | A class which provides a relatively platform-independent Mutual Exclusion thread synchronization primitive |
ns3::SystemThread | A class which provides a relatively platform-independent thread primitive |
ns3::SystemWallClockMs | Measure wall-clock time in milliseconds |
ns3::Tag | Tag a set of bytes in a packet |
ns3::TagBuffer | Read and write tag data |
ns3::TagIterator | Iterator over the set of tags in a packet |
ns3::TagList | Keep track of the tags stored in a packet |
ns3::TcpHeader | Header for the Transmission Control Protocol |
ns3::TcpL4Protocol | A layer between the sockets interface and IP |
ns3::TcpSocket | (abstract) base class of all TcpSockets |
ns3::TcpSocketFactory | API to create TCP socket instances |
ns3::TcpSocketFactoryImpl | Socket factory implementation for native ns-3 TCP |
ns3::TcpSocketImpl | An implementation of a stream socket using TCP |
ns3::Test | Base class for new regressions tests |
ns3::TestManager | Gather and run all regression tests |
ns3::TimeMinMaxAvgTotalCalculator | |
ns3::Timer | Simple Timer class |
ns3::TimeUnit< N > | Keep track of time unit |
ns3::TimeValue | Hold objects of type ns3::Time |
ns3::TracedCallback< T1, T2, T3, T4 > | Forward calls to a chain of CallbackAn ns3::TracedCallback has almost exactly the same API as a normal ns3::Callback but instead of forwarding calls to a single function (as an ns3::Callback normally does), it forwards calls to a chain of ns3::Callback. TracedCallback::Connect adds a ns3::Callback at the end of the chain of callbacks. TracedCallback::Disconnect removes a ns3::Callback from the chain of callbacks |
ns3::TracedValue< T > | Trace classes with value semantics |
ns3::TraceSourceAccessor | Control access to objects' trace sources |
ns3::Trailer | Protocol trailer serialization and deserialization |
ns3::TriangularVariable | Triangularly Distributed random varThis distribution is a triangular distribution. The probablility density is in the shape of a triangle |
ns3::TypeId | Unique identifier for an interface |
ns3::TypeIdValue | Hold objects of type ns3::TypeId |
ns3::UdpEchoClient | A Udp Echo client |
ns3::UdpEchoServer | A Udp Echo server |
ns3::UdpHeader | Packet header for UDP packets |
ns3::UdpL4Protocol | Implementation of the UDP protocol |
ns3::UdpSocket | (abstract) base class of all UdpSockets |
ns3::UdpSocketFactory | API to create UDP socket instances |
ns3::UdpSocketFactoryImpl | Object to create UDP socket instances |
ns3::UdpSocketImpl | A sockets interface to UDP |
ns3::UintegerValue | Hold an unsigned integer type |
ns3::UniformVariable | The uniform distribution RNG for NS-3.This class supports the creation of objects that return random numbers from a fixed uniform distribution. It also supports the generation of single random numbers from various uniform distributions |
ns3::Vector | 3d cartesian position vector |
ns3::VectorValue | Hold objects of type ns3::Vector |
ns3::WallClockSynchronizer | Class used for synchronizing the simulation events to a real-time "wall clock" using Posix Clock functions |
ns3::Watchdog | Very simple watchdog |
ns3::WeibullVariable | WeibullVariable distributed random varThis class supports the creation of objects that return random numbers from a fixed weibull distribution. It also supports the generation of single random numbers from various weibull distributions |
ns3::WifiChannel | A 802.11 Channel |
ns3::WifiHelper | Helps to create WifiNetDevice objects |
ns3::WifiMac | Base class for all MAC-level wifi objects |
ns3::WifiMacQueue | 802.11e-specific queue |
ns3::WifiMode | Represent a single transmission mode |
ns3::WifiModeFactory | Create WifiMode class instances and keep track of them |
ns3::WifiModeFactory::WifiModeItem | |
ns3::WifiModeValue | Hold objects of type ns3::WifiMode |
ns3::WifiNetDevice | Hold together all Wifi-related objects |
ns3::WifiPhy | 802.11 PHY layer model |
ns3::WifiPhyListener | Receive notifications about phy events |
ns3::WifiRemoteStation | Hold per-remote-station state |
ns3::WifiRemoteStationManager | Hold a list of per-remote-station state |