

Public Member Functions | |
| SpringMobilityModel () | |
| Create a position located at coordinates (0,0,0) with velocity (0,0,0) | |
| void | AddSpring (Ptr< MobilityModel > node) |
| Attach node by a spring. More... | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
Definition at line 34 of file spring-mobility-model.h.
| void ns3::SpringMobilityModel::AddSpring | ( | Ptr< MobilityModel > | node | ) |
Attach node by a spring.
| node | MobilityModel layer of the attaching node |
Definition at line 87 of file spring-mobility-model.cc.