Go to the documentation of this file.
9 #ifndef CWirelessPower_H
10 #define CWirelessPower_H
43 float pose_x, pose_y,
pose_z, pose_yaw, pose_pitch, pose_roll;
56 void setNet(std::string ssid_, std::string guid_);
61 const std::string §ion);
This represents a measurement of the wireless strength perceived by the robot.
std::vector< std::string > ListInterfaces()
Gets a list of the interfaces.
void doProcess()
This method will be invoked at a minimum rate of "process_rate" (Hz)
std::vector< std::string > ListNetworks()
Gets a list of the networks available for an interface.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_GENERIC_SENSOR(class_name)
This declaration must be inserted in all CGenericSensor classes definition, within the class declarat...
virtual ~CWirelessPower()
This class implements a wireless power probe.
void setNet(std::string ssid_, std::string guid_)
Set the SSID and GUID of the target network.
void * hClient
Handle to the WLAN server (Windows)
int GetPower()
Gets the power of a given network.
This class allows loading and storing values and vectors of different types from a configuration text...
A generic interface for a wide-variety of sensors designed to be used in the application RawLogGrabbe...
void loadConfig_sensorSpecific(const mrpt::utils::CConfigFileBase &configSource, const std::string §ion)
Loads specific configuration for the device from a given source of configuration parameters,...
std::string ssid
SSID of the WiFi network.
bool getObservation(mrpt::obs::CObservationWirelessPower &outObservation)
Gets the power of a given network as a timestamped observation NOTE: Deprecated, use getObservations ...
CWirelessPower()
Default constructor.
std::string guid
GUID of the WiFi interface.
Page generated by Doxygen 1.8.20 for MRPT 1.4.0 SVN: at Thu Aug 27 02:40:23 UTC 2020 | | |