1 package org.minetti.astrodevice.server.plugin.driver; 2 3 /** 4 * Driver for altazimuth mount of telescope. 5 * @author Jean-Philippe MINETTI 6 */ 7 public interface AltazimuthTelescopeDriver 8 extends DeviceDriver { 9 10 // TODO 11 12 }