DUNE: Uniform Navigational Environment
2016.09.0
|
LBL entity states.
Public Attributes | |
double | ping_delay |
uint16_t | bad_range_prob |
double | sigma |
std::string | prng_type |
int | prng_seed |
bool | wait_uam |
uint16_t Simulators::LBL::Arguments::bad_range_prob |
LBL bad range probability.
Referenced by Simulators::LBL::Task::range(), and Simulators::LBL::Task::Task().
double Simulators::LBL::Arguments::ping_delay |
Ping delay.
Referenced by Simulators::LBL::Task::onUpdateParameters(), and Simulators::LBL::Task::Task().
int Simulators::LBL::Arguments::prng_seed |
PRNG seed.
Referenced by Simulators::LBL::Task::onResourceAcquisition(), and Simulators::LBL::Task::Task().
std::string Simulators::LBL::Arguments::prng_type |
PRNG type.
Referenced by Simulators::LBL::Task::onResourceAcquisition(), and Simulators::LBL::Task::Task().
double Simulators::LBL::Arguments::sigma |
Std. deviation of "good" range.
Referenced by Simulators::LBL::Task::range(), and Simulators::LBL::Task::Task().
bool Simulators::LBL::Arguments::wait_uam |
Wait for incoming request;.
Referenced by Simulators::LBL::Task::consume(), Simulators::LBL::Task::onMain(), Simulators::LBL::Task::range(), and Simulators::LBL::Task::Task().