<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.mockkstars.MockEkos.MockMount">
    <property name="status" type="i" access="read">
      <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::Mount::Status"/>
    </property>
    <property name="parkStatus" type="i" access="read">
        <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::ParkStatus"/>
    </property>
    <property name="canPark" type="b" access="read"/>
    <method name="slew">
      <arg type="b" direction="out"/>
      <arg name="RA" type="d" direction="in"/>
      <arg name="DEC" type="d" direction="in"/>
    </method>
    <method name="abort">
      <arg type="b" direction="out"/>
    </method>
    <method name="resetModel">
      <arg type="b" direction="out"/>
    </method>
    <method name="park">
      <arg type="b" direction="out"/>
    </method>
    <method name="unpark">
      <arg type="b" direction="out"/>
    </method>
    <signal name="newStatus">
      <arg name="status" type="(i)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::Mount::Status"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::Mount::Status"/>
    </signal>
    <signal name="newParkStatus">
      <arg name="status" type="(i)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::ParkStatus"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::ParkStatus"/>
    </signal>
    <signal name="ready"/>
  </interface>
</node>
