DUNE: Uniform Navigational Environment  2022.04.0
Sensors::WifiRSSI::Arguments Struct Reference

Public Attributes

string tmp_file
 
bool use_ssh
 
string ssh_flags
 
string remote_host
 
string remote_user
 
string private_key
 
int period
 

Member Data Documentation

◆ period

int Sensors::WifiRSSI::Arguments::period

Period, in seconds, between polls.

Referenced by Sensors::WifiRSSI::Task::onUpdateParameters(), and Sensors::WifiRSSI::Task::Task().

◆ private_key

string Sensors::WifiRSSI::Arguments::private_key

File where private RSA key is stored.

Referenced by Sensors::WifiRSSI::Task::onUpdateParameters(), and Sensors::WifiRSSI::Task::Task().

◆ remote_host

string Sensors::WifiRSSI::Arguments::remote_host

Where to connect via SSH.

Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().

◆ remote_user

string Sensors::WifiRSSI::Arguments::remote_user

Username to use for SSH connection.

Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().

◆ ssh_flags

string Sensors::WifiRSSI::Arguments::ssh_flags

Extra SSH flags to use.

Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().

◆ tmp_file

string Sensors::WifiRSSI::Arguments::tmp_file

Temporary file where to store retrieved data.

◆ use_ssh

bool Sensors::WifiRSSI::Arguments::use_ssh

Whether to use SSH or run locally.

Referenced by Sensors::WifiRSSI::Task::poll(), and Sensors::WifiRSSI::Task::Task().

Collaboration diagram for Sensors::WifiRSSI::Arguments:
Collaboration graph