We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We will create a task that will pull the temperature value then send it to the BUS.
First we will create a task using the dune_create_task script. Execute the following command
DH> python programs/scripts/dune-create-task.py . DuneAuthor Tutorials/TempProd
This will create TempProd task. Open the DH>src/Tutorials/TempProd/Task.cpp and write the following code.