Instrument Neutral Distributed Interface INDI  2.0.2
Functions
raindetector.cpp File Reference

Construct a rain detector device that the user may operate to raise a rain alert. This rain light property defined by this driver is snooped by the Dome driver then takes whatever appropriate action to protect the dome. More...

#include "raindetector.h"
#include <memory>
#include <cstring>

Go to the source code of this file.

Functions

std::unique_ptr< RainDetectorrainDetector (new RainDetector())
 

Detailed Description

Construct a rain detector device that the user may operate to raise a rain alert. This rain light property defined by this driver is snooped by the Dome driver then takes whatever appropriate action to protect the dome.

Author
Jasem Mutlaq

Definition in file raindetector.cpp.

Function Documentation

◆ rainDetector()

std::unique_ptr<RainDetector> rainDetector ( new   RainDetector())