|  | 
|  | FullnessTask (QueueHandle_t &messageQueue) | 
|  | Construct a new Fullness Task object. 
 | 
|  | 
| void | start () override | 
|  | Start execution of Fullness Task. 
 | 
|  | 
| float | getFullness () | 
|  | 
|  | Task (const char *name, const int priority, const uint32_t stackSize) | 
|  | Construct a new Task object. Parameters are needed for FreeRTOS. 
 | 
|  | 
|  | 
| const char * | mName | 
|  | Name of task. 
 | 
|  | 
| const int | mPriority | 
|  | Priority number of task. 
 | 
|  | 
| const uint32_t | mStackSize | 
|  | Task size of task. 
 | 
|  | 
◆ start()
  
  | 
        
          | void FullnessTask::start | ( |  | ) |  |  | overridevirtual | 
 
 
The documentation for this class was generated from the following files: