Warning, /education/kstars/kstars/org.kde.kstars.Ekos.Mount.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003     <interface name="org.kde.kstars.Ekos.Mount">
0004         <property name="opticalTrain" type="s" access="readwrite"/>
0005         <property name="logText" type="as" access="read"/>
0006         <property name="canPark" type="b" access="read"/>
0007         <property name="slewStatus" type="i" access="read"/>
0008         <property name="altitudeLimits" type="ad" access="readwrite">
0009             <annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;double&gt;"/>
0010         </property>
0011         <property name="altitudeLimitsEnabled" type="b" access="readwrite"/>
0012         <property name="hourAngleLimit" type="d" access="readwrite"/>
0013         <property name="hourAngleLimitEnabled" type="b" access="readwrite"/>
0014         <property name="equatorialCoords" type="ad" access="read">
0015             <annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;double&gt;"/>
0016         </property>
0017         <property name="horizontalCoords" type="ad" access="read">
0018             <annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;double&gt;"/>
0019         </property>
0020         <property name="slewRate" type="i" access="readwrite"/>
0021         <property name="hourAngle" type="d" access="read"/>
0022         <property name="status" type="i" access="read">
0023             <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::Mount::Status"/>
0024         </property>
0025         <property name="parkStatus" type="i" access="read">
0026             <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::ParkStatus"/>
0027         </property>
0028         <property name="pierSide" type="i" access="read">
0029             <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::Mount::PierSide"/>
0030         </property>
0031         <method name="slew">
0032             <arg type="b" direction="out"/>
0033             <arg name="RA" type="d" direction="in"/>
0034             <arg name="DEC" type="d" direction="in"/>
0035         </method>
0036         <method name="gotoTarget">
0037             <arg type="b" direction="out"/>
0038             <arg name="target" type="s" direction="in"/>
0039         </method>
0040         <method name="syncTarget">
0041             <arg type="b" direction="out"/>
0042             <arg name="target" type="s" direction="in"/>
0043         </method>
0044         <method name="abort">
0045             <arg type="b" direction="out"/>
0046         </method>
0047         <method name="park">
0048             <arg type="b" direction="out"/>
0049         </method>
0050         <method name="unpark">
0051             <arg type="b" direction="out"/>
0052         </method>
0053         <method name="resetModel">
0054             <arg type="b" direction="out"/>
0055         </method>
0056         <method name="setMeridianFlipValues">
0057             <arg name="activate" type="b" direction="in"/>
0058             <arg name="hours" type="d" direction="in"/>
0059             <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0060         </method>
0061         <signal name="newStatus">
0062             <arg name="status" type="(i)" direction="out"/>
0063             <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::Mount::Status"/>
0064             <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::Mount::Status"/>
0065         </signal>
0066         <signal name="newParkStatus">
0067             <arg name="status" type="(i)" direction="out"/>
0068             <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::ParkStatus"/>
0069             <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::ParkStatus"/>
0070         </signal>
0071         <signal name="pierSideChanged">
0072             <arg name="side" type="(i)" direction="out"/>
0073             <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::Mount::PierSide"/>
0074             <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::Mount::PierSide"/>
0075         </signal>
0076         <signal name="newMeridianFlipSetup">
0077             <arg name="activate" type="b" direction="in"/>
0078             <arg name="hours" type="d" direction="in"/>
0079         </signal>
0080         <signal name="ready"/>
0081     </interface>
0082 </node>