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

Public Member Functions | |
| ClientTask (QueueHandle_t &messageQueue) | |
| Construct a new MQTT Client Task object. | |
| void | start () override |
| Start execution of Client 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 fullness of the bin by using the distance sensor.
|
overridevirtual |
Start execution of Client Task.
Implements Zotbins::Task.