<!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.MockCapture">
    <property name="targetName" type="s" access="readwrite"/>
    <property name="coolerControl" type="b" access="readwrite"/>
    <property name="status" type="i" access="read">
        <annotation name="org.qtproject.QtDBus.QtTypeName" value="Ekos::CaptureState"/>
    </property>
    <method name="start">
      <arg name="train" type="s" direction="in"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="abort">
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="loadSequenceQueue">
      <arg type="b" direction="out"/>
      <arg name="fileURL" type="s" direction="in"/>
      <arg name="train" type="s" direction="in"/>
      <arg name="isLead" type="b" direction="in"/>
      <arg name="targetName" type="s" direction="in"/>
    </method>
    <method name="clearAutoFocusHFR">
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="setCapturedFramesMap">
      <arg name="signature" type="s" direction="in"/>
      <arg name="count" type="i" direction="in"/>
      <arg name="train" type="s" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <signal name="newLog">
        <arg name="text" type="s" direction="out"/>
    </signal>
    <signal name="meridianFlipStarted"/>
    <signal name="newStatus">
        <arg name="status" type="(i)" direction="out"/>
        <arg name="trainname" type="s" direction="out"/>
        <arg name="cameraID" type="i" direction="out"/>
        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="Ekos::CaptureState"/>
    </signal>
    <signal name="captureComplete">
        <arg name="metadata" type="a{sv}" direction="out"/>
        <arg name="train" type="s" direction="out"/>
        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
    </signal>
    <signal name="ready"/>
  </interface>
</node>
