![]() |
DUNE: Uniform Navigational Environment
2024.09.0
|
Public Attributes | |
std::string | can_dev |
std::string | pwr_names [c_pwrs_count] |
unsigned | pwr_states [c_pwrs_count] |
unsigned int | motor_write_divider |
std::string | motor_labels [c_motors] |
std::string | rail_labels [c_pwr_rails_count] |
std::string Actuators::Torqeedo::Arguments::can_dev |
CAN bus device name.
Referenced by Actuators::Torqeedo::Task::onResourceAcquisition(), and Actuators::Torqeedo::Task::Task().
std::string Actuators::Torqeedo::Arguments::motor_labels[c_motors] |
Motor labels.
Referenced by Actuators::Torqeedo::Task::onEntityReservation(), and Actuators::Torqeedo::Task::Task().
unsigned int Actuators::Torqeedo::Arguments::motor_write_divider |
Write to motor every motor_write_divider times task is run.
Referenced by Actuators::Torqeedo::Task::Task(), and Actuators::Torqeedo::Task::task().
std::string Actuators::Torqeedo::Arguments::pwr_names[c_pwrs_count] |
Power channels names.
Referenced by Actuators::Torqeedo::Task::onUpdateParameters(), and Actuators::Torqeedo::Task::Task().
unsigned Actuators::Torqeedo::Arguments::pwr_states[c_pwrs_count] |
Initial power channels states.
Referenced by Actuators::Torqeedo::Task::onUpdateParameters(), and Actuators::Torqeedo::Task::Task().
std::string Actuators::Torqeedo::Arguments::rail_labels[c_pwr_rails_count] |
Rails labels.
Referenced by Actuators::Torqeedo::Task::onEntityReservation(), and Actuators::Torqeedo::Task::Task().