03/04 copy de momo
Dependencies: VL6180x X_NUCLEO_COMMON X_NUCLEO_IHM01A1 mbed
Fork of 1-DoorCloser by
GenericSensor Class Reference
An abstract class for Generic sensors. More...
#include <GenericSensor.h>
Inherited by LightSensor, and RangeSensor.
Public Member Functions | |
| virtual int | Init ()=0 |
| Initialization of sensor. | |
| virtual int | ReadID ()=0 |
| Get ID of sensor. | |
Detailed Description
An abstract class for Generic sensors.
Definition at line 49 of file GenericSensor.h.
Member Function Documentation
| virtual int Init | ( | ) | [pure virtual] |
Initialization of sensor.
- Parameters:
-
[out] ptr Pointer to device specific initalization structure
- Returns:
- 0 in case of success, an error code otherwise
Implemented in VL6180X.
| virtual int ReadID | ( | ) | [pure virtual] |
Get ID of sensor.
- Parameters:
-
[out] id Pointer to where to store the ID to
- Returns:
- 0 in case of success, an error code otherwise
Generated on Tue Jul 12 2022 20:37:15 by
1.7.2
