Task to measure the camera rate of the bin using the breakbeam sensor.
More...
#include <cameraTask.hpp>
|
| | CameraTask (QueueHandle_t &messageQueue) |
| | Construct a new Camera Task object.
|
| |
| void | start () override |
| | Start execution of Camera Task.
|
| |
| | 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.
|
| |
Task to measure the camera rate of the bin using the breakbeam sensor.
◆ CameraTask()
| CameraTask::CameraTask |
( |
QueueHandle_t & | messageQueue | ) |
|
|
explicit |
Construct a new Camera Task object.
- Parameters
-
◆ start()
| void CameraTask::start |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: