Classes | |
class | ns3::Box |
a 3d box More... | |
class | ns3::Building |
a 3d building block More... | |
class | ns3::ConstantAccelerationMobilityModel |
Mobility model for which the current acceleration does not change once it has been set and until it is set again explicitely to a new value. More... | |
class | ns3::ConstantPositionMobilityModel |
Mobility 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. More... | |
class | ns3::ConstantVelocityHelper |
Utility class used to move node with constant velocity. More... | |
class | ns3::ConstantVelocityMobilityModel |
Mobility 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. More... | |
class | ns3::GaussMarkovMobilityModel |
Gauss-Markov mobility model. More... | |
class | ns3::GridPositionAllocator |
Allocate positions on a rectangular 2d grid. More... | |
class | ns3::HierarchicalMobilityModel |
Hierarchical mobility model. More... | |
class | ns3::ListPositionAllocator |
Allocate positions from a deterministic list specified by the user. More... | |
class | ns3::MobilityHelper |
Helper class used to assign positions and mobility models to nodes. More... | |
class | ns3::MobilityModel |
Keep track of the current position and velocity of an object. More... | |
class | ns3::Ns2MobilityHelper |
Helper class which can read ns-2 movement files and configure nodes mobility. More... | |
class | ns3::PositionAllocator |
Allocate a set of positions. The allocation strategy is implemented in subclasses. More... | |
class | ns3::RandomBoxPositionAllocator |
Allocate random positions within a 3D box according to a set of three random variables. More... | |
class | ns3::RandomDirection2dMobilityModel |
Random direction mobility model. More... | |
class | ns3::RandomDiscPositionAllocator |
Allocate random positions within a disc according to a given distribution for the polar coordinates of each node with respect to the provided center of the disc. More... | |
class | ns3::RandomRectanglePositionAllocator |
Allocate random positions within a rectangle according to a pair of random variables. More... | |
class | ns3::RandomWalk2dMobilityModel |
2D random walk mobility model. More... | |
class | ns3::RandomWaypointMobilityModel |
Random waypoint mobility model. More... | |
class | ns3::Rectangle |
a 2d rectangle More... | |
class | ns3::RectangleValue |
hold objects of type ns3::Rectangle More... | |
class | ns3::SteadyStateRandomWaypointMobilityModel |
Steady-state random waypoint mobility model. More... | |
class | ns3::UniformDiscPositionAllocator |
Allocate the positions uniformely (with constant density) randomly within a disc. More... | |
class | ns3::Waypoint |
a (time, location) pair. More... | |
class | ns3::WaypointMobilityModel |
Waypoint-based mobility model. More... | |
class | ns3::WaypointValue |
hold objects of type ns3::Waypoint More... |
The mobility support includes: