Public Member Functions | |
| void | setPause (boolean p) |
| void | halt () |
| void | run () |
Private Attributes | |
| boolean | stop = false |
| boolean | pause = false |
Thread class for receive data from one notification channel.
For each time that is called {} is created a new instance of this class.
| void cl::utfsm::samplingSystemUI::DataPrinter::Sampler::halt | ( | ) | [inline] |
References stop.
Referenced by cl::utfsm::samplingSystemUI::DataPrinter::stopSampling().
| void cl::utfsm::samplingSystemUI::DataPrinter::Sampler::run | ( | ) | [inline] |
| void cl::utfsm::samplingSystemUI::DataPrinter::Sampler::setPause | ( | boolean | p | ) | [inline] |
References pause.
Referenced by cl::utfsm::samplingSystemUI::DataPrinter::pauseSampling().
boolean cl::utfsm::samplingSystemUI::DataPrinter::Sampler::pause = false [private] |
Flag to freeze the information displayer (graphic or whatever). Anyways, the sampling processes continues
Referenced by run(), and setPause().
boolean cl::utfsm::samplingSystemUI::DataPrinter::Sampler::stop = false [private] |
1.6.2