DUNE: Uniform Navigational Environment
2016.05.0
|
Task arguments.
Public Attributes | |
std::string | uart_dev |
unsigned | output_frq |
bool | raw_data |
std::string | pwr_name |
std::vector< double > | hard_iron |
std::vector< double > | rotation_mx |
double | timeout_error |
double | timeout_failure |
std::vector<double> Sensors::LIMU::Arguments::hard_iron |
Hard-iron correction factors.
Referenced by Sensors::LIMU::Task::consume(), Sensors::LIMU::Task::onUpdateParameters(), Sensors::LIMU::Task::setHardIronFactors(), and Sensors::LIMU::Task::Task().
unsigned Sensors::LIMU::Arguments::output_frq |
Output frequency.
Referenced by Sensors::LIMU::Task::onResourceInitialization(), Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
std::string Sensors::LIMU::Arguments::pwr_name |
Power channel name.
Referenced by Sensors::LIMU::Task::onResourceAcquisition(), and Sensors::LIMU::Task::Task().
bool Sensors::LIMU::Arguments::raw_data |
Raw data output.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), Sensors::LIMU::Task::setOutputFrequency(), and Sensors::LIMU::Task::Task().
std::vector<double> Sensors::LIMU::Arguments::rotation_mx |
Rotation matrix values.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
double Sensors::LIMU::Arguments::timeout_error |
Number of seconds without data before reporting an error.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
double Sensors::LIMU::Arguments::timeout_failure |
Number of seconds without data before reporting a failure and restarting.
Referenced by Sensors::LIMU::Task::reportEntityState(), and Sensors::LIMU::Task::Task().
std::string Sensors::LIMU::Arguments::uart_dev |
Serial port device.
Referenced by Sensors::LIMU::Task::onResourceAcquisition(), and Sensors::LIMU::Task::Task().