#include <ros/ros.h>
#include <heatmap/wifi_signal.h>
#include <heatmap/signal_service.h>
#include <heatmap/iwlib.h>
Go to the source code of this file.
Classes | |
class | heatmap::Signal |
Class that reads the signal quality of a wifi device and serves it 1. As a topic 2. As a service The actual core functionality is taken from the iwconfig source code. More... | |
Namespaces | |
namespace | heatmap |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 164 of file signal.cpp.