Home
last modified time | relevance | path

Searched refs:PegasusPPBA (Results 1 – 2 of 2) sorted by relevance

/dports/devel/indi/indi-1.9.1/drivers/auxiliary/
H A Dpegasus_ppba.cpp35 static std::unique_ptr<PegasusPPBA> ppba(new PegasusPPBA());
37 PegasusPPBA::PegasusPPBA() : FI(this), WI(this) in PegasusPPBA() function in PegasusPPBA
45 bool PegasusPPBA::initProperties() in initProperties()
271 bool PegasusPPBA::Handshake() in Handshake()
596 bool PegasusPPBA::setPowerOnBoot() in setPowerOnBoot()
638 void PegasusPPBA::TimerHit() in TimerHit()
656 bool PegasusPPBA::sendFirmware() in sendFirmware()
670 bool PegasusPPBA::getSensorData() in getSensorData()
836 bool PegasusPPBA::reboot() in reboot()
862 bool PegasusPPBA::AbortFocuser() in AbortFocuser()
[all …]
H A Dpegasus_ppba.h39 class PegasusPPBA : public INDI::DefaultDevice, public INDI::FocuserInterface, public INDI::Weather…
42 PegasusPPBA();