Swarm-SLAM  1.0.0
C-SLAM Framework
sensor_handler_interface.h
Go to the documentation of this file.
1 #ifndef _ISENSORHANDLER_H_
2 #define _ISENSORHANDLER_H_
3 
4 namespace cslam
5 {
11  {
12  public:
16  virtual ~ISensorHandler() {};
17 
22  virtual void process_new_sensor_data() = 0;
23  };
24 } // namespace cslam
25 #endif
Interface class for handling sensor data.
virtual ~ISensorHandler()
Virtual destructor.
virtual void process_new_sensor_data()=0
Process new data callback.
Definition: __init__.py:1