#include <sensor.h>
Public Member Functions | |
std::string | getName () const |
Sensor (const std::string &name="") | |
void | setName (const std::string &name) |
virtual | ~Sensor () |
Protected Attributes | |
std::string | m_name |
GMapping::Sensor::Sensor | ( | const std::string & | name = "" | ) |
Definition at line 5 of file sensor.cpp.
|
virtual |
Definition at line 9 of file sensor.cpp.
|
inline |