![]() |
Rise
The Vieneo Province
|
#include <Module.h>
Public Member Functions | |
IceDetector (Bus *prmBus, Logger *prmLogger) | |
void | FrameMove (float fElapsedTime) override |
![]() | |
Module (Bus *prmBus) | |
virtual | ~Module ()=default |
Private Attributes | |
Logger * | logger = nullptr |
float | heatOnTime = 0.0f |
float | heatOffTime = 0.0f |
Additional Inherited Members | |
![]() | |
Bus * | bus |
Definition at line 3 of file IceDetector.cpp.
|
overridevirtual |
When the probes detect an ice build up, a signal is sent by the unit to the EICAS and at the same time electrical power is used to de-ice the probe. When the probe is de–iced, it is then ready to detect ice formation again.
Implements Module.
Definition at line 12 of file IceDetector.cpp.