Warning, /education/kstars/kstars/org.kde.kstars.Ekos.Guide.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.Guide">
0004   <property name="opticalTrain" type="s" access="readwrite"/>
0005   <property name="camera" type="s" access="read"/>
0006   <property name="guider" type="s" access="read"/>
0007   <property name="logText" type="as" access="read"/>
0008   <property name="exposure" type="d" access="readwrite"/>
0009   <property name="status" type="i" access="read">
0010     <annotation name="org.qtproject.QtDBus.QtTypeName" value="Ekos::GuideState"/>
0011   </property>
0012   <property name="axisDelta" type="ad" access="read">
0013     <annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;double&gt;"/>
0014   </property>
0015   <property name="axisSigma" type="ad" access="read">
0016     <annotation name="org.qtproject.QtDBus.QtTypeName" value="QList&lt;double&gt;"/>
0017   </property>
0018     <method name="connectGuider">
0019         <arg type="b" direction="out"/>
0020     </method>
0021     <method name="disconnectGuider">
0022       <arg type="b" direction="out"/>
0023     </method>
0024     <method name="guide">
0025       <arg type="b" direction="out"/>
0026     </method>
0027     <method name="abort">
0028       <arg type="b" direction="out"/>
0029     </method>
0030     <method name="calibrate">
0031       <arg type="b" direction="out"/>
0032     </method>
0033     <method name="capture">
0034       <arg type="b" direction="out"/>
0035     </method>
0036     <method name="loop">
0037       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0038     </method>
0039     <method name="dither">
0040       <arg type="b" direction="out"/>
0041     </method>
0042     <method name="suspend">
0043       <arg type="b" direction="out"/>
0044     </method>
0045     <method name="resume">
0046       <arg type="b" direction="out"/>
0047     </method>
0048     <method name="clearCalibration">
0049       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0050     </method>    
0051     <method name="setDarkFrameEnabled">
0052       <arg name="enable" type="b" direction="in"/>
0053       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0054     </method>
0055     <method name="setSubFrameEnabled">
0056       <arg name="enable" type="b" direction="in"/>
0057       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0058     </method>
0059     <method name="setAutoStarEnabled">
0060       <arg name="enable" type="b" direction="in"/>
0061       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0062     </method>
0063     <method name="setGuiderType">
0064       <arg name="guideType" type="i" direction="in"/>
0065       <arg type="b" direction="out"/>
0066     </method>
0067     <signal name="newStatus">
0068         <arg name="status" type="(i)" direction="out"/>
0069         <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Ekos::GuideState"/>
0070         <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="Ekos::GuideState"/>
0071     </signal>
0072     <signal name="newAxisDelta">
0073         <arg name="ra" type="d" direction="out"/>
0074         <arg name="de" type="d" direction="out"/>
0075     </signal>
0076     <signal name="newAxisSigma">
0077         <arg name="ra" type="d" direction="out"/>
0078         <arg name="de" type="d" direction="out"/>
0079     </signal>
0080     <signal name="newLog">
0081         <arg name="text" type="s" direction="out"/>
0082     </signal>
0083   </interface>
0084 </node>