#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.
GMapping::Sensor::~Sensor | ( | ) | [virtual] |
Definition at line 9 of file sensor.cpp.
std::string GMapping::Sensor::getName | ( | ) | const [inline] |
void GMapping::Sensor::setName | ( | const std::string & | name | ) | [inline] |
std::string GMapping::Sensor::m_name [protected] |