![]() |
DUNE: Uniform Navigational Environment
2024.09.0
|
Public Attributes | |
std::string | io_dev |
double | read_frequency |
bool | uart_echo |
float | depth_conv |
int | address |
double | timeout_error |
double | timeout_failure |
std::string | label_gps |
int Sensors::Keller::Arguments::address |
float Sensors::Keller::Arguments::depth_conv |
std::string Sensors::Keller::Arguments::io_dev |
IO device (URI).
Referenced by Sensors::Keller::Task::onConnect(), and Sensors::Keller::Task::Task().
std::string Sensors::Keller::Arguments::label_gps |
GPS entity label.
Referenced by Sensors::Keller::Task::onEntityResolution(), and Sensors::Keller::Task::Task().
double Sensors::Keller::Arguments::read_frequency |
Read frequency.
Referenced by Sensors::Keller::Task::onUpdateParameters(), and Sensors::Keller::Task::Task().
double Sensors::Keller::Arguments::timeout_error |
Number of seconds without data before reporting an error.
Referenced by Sensors::Keller::Task::onUpdateParameters(), and Sensors::Keller::Task::Task().
double Sensors::Keller::Arguments::timeout_failure |
Number of seconds without data before reporting a failure and restarting.
Referenced by Sensors::Keller::Task::reportEntityState(), and Sensors::Keller::Task::Task().
bool Sensors::Keller::Arguments::uart_echo |
Referenced by Sensors::Keller::Task::Task(), and Sensors::Keller::Task::write().