| ZotBins Core
                                 | 
Task to measure servo of the bin by using the distance sensor. More...
#include <servoTask.hpp>

| Public Member Functions | |
| ServoTask (QueueHandle_t &messageQueue) | |
| Construct a new servo Task object. | |
| void | start () override | 
| Start execution of servo Task. | |
|  Public Member Functions inherited from Zotbins::Task | |
| Task (const char *name, const int priority, const uint32_t stackSize) | |
| Construct a new Task object. Parameters are needed for FreeRTOS. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from Zotbins::Task | |
| const char * | mName | 
| Name of task. | |
| const int | mPriority | 
| Priority number of task. | |
| const uint32_t | mStackSize | 
| Task size of task. | |
Task to measure servo of the bin by using the distance sensor.
| 
 | overridevirtual | 
Start execution of servo Task.
Implements Zotbins::Task.