![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scenario/mobility/Roadmap.hpp>


Public Member Functions | |
| virtual void | move () |
| Implement MobilityInterface. | |
| virtual void | periodically () |
| Implement PeriodicTimeout. | |
| Roadmap (const wns::pyconfig::View &mobilityView) | |
| virtual | ~Roadmap () |
Private Types | |
| typedef std::map< std::string, roadmap::Map * > | RoadmapRegistry |
| map of all roadmaps | |
Static Private Member Functions | |
| static RoadmapRegistry & | getRoadmapRegistry () |
| get map of all roadmaps | |
Private Attributes | |
| roadmap::Map * | map |
| pointer to my roadmap | |
| roadmap::MapUser * | user |
| representation of the user | |
| wns::distribution::Distribution * | velocityDistribution |
| Normal distribution of velocity among mobile users. | |
Definition at line 49 of file Roadmap.hpp.
typedef std::map<std::string, roadmap::Map*> rise::scenario::mobility::Roadmap::RoadmapRegistry [private] |
Definition at line 77 of file Roadmap.hpp.
| Roadmap::Roadmap | ( | const wns::pyconfig::View & | mobilityView | ) | [explicit] |
Definition at line 42 of file Roadmap.cpp.
| Roadmap::~Roadmap | ( | ) | [virtual] |
Definition at line 72 of file Roadmap.cpp.
| Roadmap::RoadmapRegistry & Roadmap::getRoadmapRegistry | ( | ) | [static, private] |
Definition at line 94 of file Roadmap.cpp.
| void Roadmap::move | ( | ) | [virtual] |
| void Roadmap::periodically | ( | ) | [virtual] |
Definition at line 87 of file Roadmap.hpp.
Definition at line 92 of file Roadmap.hpp.
Definition at line 97 of file Roadmap.hpp.
1.5.5