You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pbsujit edited this page May 29, 2013
·
31 revisions
In this task, we will consume the temperature value produced in the producer task. We will first create a consume task. For this, execute the following command
This will create TempConsm task. To use the temperature value produced by the producer task we need for first bind the message from IMC and write a consume method.
First binding the value from the IMC message, for this include bindIMC::Temperature(this) in the constructor.