|
ChibiOS 21.11.4
|
Base rangefinder class. More...
#include <ex_rangefinder.h>


Data Fields | |
| const struct BaseRangeFinderVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseSensor | |
| const struct BaseSensorVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base rangefinder class.
This class represents a generic rangefinder.
Definition at line 86 of file ex_rangefinder.h.
| const struct BaseRangeFinderVMT* BaseRangeFinder::vmt |
Virtual Methods Table.
Definition at line 88 of file ex_rangefinder.h.