I'm developing a driver for my home-grown Dome-control hardware; and I have reached a point of confusion.
My driver works on Ubuntu, where the dome interface is in the single Dome class (file indidome.h); This matches the online doc www.indilib.org/api/classINDI_1_1Dome.html
On raspberrry pi my driver does not work. I notice that here there is an additional DomeInterface class, (in file indidomeinterface.h).
NOTE: 1. I have the latest raspberry pi download of indi-full.
The question is, would some kind and knowledgeable person please offer me some guidance? Is there some doc for the RPi implementation?
My driver works on Ubuntu, where the dome interface is in the single Dome class (file indidome.h); This matches the online doc www.indilib.org/api/classINDI_1_1Dome.html
On raspberrry pi my driver does not work. I notice that here there is an additional DomeInterface class, (in file indidomeinterface.h).
NOTE: 1. I have the latest raspberry pi download of indi-full.
The question is, would some kind and knowledgeable person please offer me some guidance? Is there some doc for the RPi implementation?