ZotBins Core
Loading...
Searching...
No Matches
Zotbins::FullnessTask Class Reference

Task to measure fullness of the bin by using the distance sensor. More...

#include <fullnessTask.hpp>

Inheritance diagram for Zotbins::FullnessTask:
Inheritance graph

Public Member Functions

 FullnessTask (QueueHandle_t &messageQueue)
 Construct a new Fullness Task object.
 
void start () override
 Start execution of Fullness 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.
 

Detailed Description

Task to measure fullness of the bin by using the distance sensor.

Member Function Documentation

◆ start()

void FullnessTask::start ( )
overridevirtual

Start execution of Fullness Task.

Implements Zotbins::Task.


The documentation for this class was generated from the following files: