![]() |
DUNE: Uniform Navigational Environment
2016.03.0
|
Public Attributes | |
std::string | tmp_file |
bool | use_ssh |
std::string | ssh_flags |
std::string | remote_host |
std::string | remote_user |
std::string | private_key |
int | period |
int Sensors::WifiRSSI::Arguments::period |
Period, in seconds, between polls.
Referenced by Sensors::WifiRSSI::Task::onUpdateParameters(), and Sensors::WifiRSSI::Task::Task().
std::string Sensors::WifiRSSI::Arguments::private_key |
File where private RSA key is stored.
Referenced by Sensors::WifiRSSI::Task::onUpdateParameters(), and Sensors::WifiRSSI::Task::Task().
std::string Sensors::WifiRSSI::Arguments::remote_host |
Where to connect via SSH.
Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().
std::string Sensors::WifiRSSI::Arguments::remote_user |
Username to use for SSH connection.
Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().
std::string Sensors::WifiRSSI::Arguments::ssh_flags |
Extra SSH flags to use.
Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().
std::string Sensors::WifiRSSI::Arguments::tmp_file |
Temporary file where to store retrieved data.
bool Sensors::WifiRSSI::Arguments::use_ssh |
Whether to use SSH or run locally.
Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().