![]() |
Smart Minotaur
|
Gets distance-information from the sensors. Mehr ...
#include <SensorController.hpp>
Öffentliche Methoden | |
| SensorController (nxt::Brick *p_brick) | |
| uint8_t | getDistance (const uint8_t p_id) |
| get the last measured distance from a specific sensor | |
| uint8_t | addSensor (const uint8_t p_port) |
| void | clearSensors () |
| int | count () |
Gets distance-information from the sensors.
This class is used for the SensorCommunicator
| uint8_t minotaur::SensorController::getDistance | ( | const uint8_t | p_id | ) |
get the last measured distance from a specific sensor
| p_id | id of the sensor |
| getDistance | measured distance |