#include <ros/ros.h>#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <vector>#include <string>#include <signal.h>#include "wifi_comm/WiFiNeighboursList.h"#include "wifi_comm/WiFiCommContainer.h"
Go to the source code of this file.
Classes | |
| struct | ForeignRelay |
Defines | |
| #define | NODE_VERSION 0.01 |
Functions | |
| void | closeForeignRelay (char *ip) |
| int | main (int argc, char **argv) |
| void | neighboursListUpdated (const wifi_comm::WiFiNeighboursListConstPtr &msg) |
| void | openForeignRelay (char *ip) |
Variables | |
| std::vector< ForeignRelay > | ForeignRelays |
| #define NODE_VERSION 0.01 |
Definition at line 48 of file wifi_comm_node_deprecated.cpp.
| void closeForeignRelay | ( | char * | ip | ) |
Definition at line 91 of file wifi_comm_node_deprecated.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 148 of file wifi_comm_node_deprecated.cpp.
| void neighboursListUpdated | ( | const wifi_comm::WiFiNeighboursListConstPtr & | msg | ) |
Definition at line 110 of file wifi_comm_node_deprecated.cpp.
| void openForeignRelay | ( | char * | ip | ) |
Definition at line 62 of file wifi_comm_node_deprecated.cpp.
| std::vector<ForeignRelay> ForeignRelays |
Definition at line 59 of file wifi_comm_node_deprecated.cpp.