#include <wx/wx.h>
#include <wx/grid.h>
#include <wx/notebook.h>
#include <ros/ros.h>
#include "proximity_sensor_dashboard/skin.h"
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | MyFrame |
A Class to create a user interface which displays sensor data. More... | |
Namespaces | |
namespace | skin_id |
A namespace with IDs. | |
Variables | |
const int | skin_id::ID_About = 100 |
const int | skin_id::ID_HEX = 101 |
const int | skin_id::ID_TIMER = 102 |
ID of the timer which triggers message callbacks. |