VIPRA Documentation
|
The context in which a simulation is run. This includes the elapsed time, the random number generator, the current state of pedestrians, and the current events. More...
#include <behavior_context.hpp>
Public Types | |
using | pack_t = Simpack |
Public Attributes | |
VIPRA::delta_t | elapsedTime = 0 |
VIPRA::Random::Engine | engine |
std::vector< Behaviors::stateUID > | pedStates |
std::vector< Behaviors::typeUID > | types |
std::vector< Event > | events |
std::vector< Behaviors::Location > | locations |
std::map< std::string, std::vector< Behaviors::Location > > | objectives |
The context in which a simulation is run. This includes the elapsed time, the random number generator, the current state of pedestrians, and the current events.