#include <ros/ros.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <vector>
#include <string>
#include <list>
#include <numeric>
#include <iostream>
#include <sstream>
#include <wifi_comm/WiFiNeighboursList.h>
Go to the source code of this file.
Defines | |
#define | BUFFSIZE 1024 |
#define | LINK_HEADER "Table: Links" |
#define | NODE_VERSION 0.01 |
Functions | |
std::string | char2string (char *in) |
void | getNeighboursInfo (wifi_comm::WiFiNeighboursList *neighbours) |
int | main (int argc, char **argv) |
#define BUFFSIZE 1024 |
Definition at line 51 of file wifi_discovery_node.cpp.
#define LINK_HEADER "Table: Links" |
Definition at line 52 of file wifi_discovery_node.cpp.
#define NODE_VERSION 0.01 |
Definition at line 50 of file wifi_discovery_node.cpp.
std::string char2string | ( | char * | in | ) |
Definition at line 55 of file wifi_discovery_node.cpp.
void getNeighboursInfo | ( | wifi_comm::WiFiNeighboursList * | neighbours | ) |
Definition at line 78 of file wifi_discovery_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 160 of file wifi_discovery_node.cpp.