summaryrefslogtreecommitdiffstats
path: root/dbus_interface/org.genivi.navigationcore.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-24 12:09:40 -0400
committerScott Murray <scott.murray@konsulko.com>2019-07-24 12:09:40 -0400
commit1f875de1d513c733550401ee40fa289fb2acb57e (patch)
tree9e6764cd4de63021285435e956f260b295cdbd7b /dbus_interface/org.genivi.navigationcore.xml
parent33258140525123d6a38900811c2df3e14f4e8337 (diff)
Initial import from github
Import from http://github.com/YoshitoMomiyama/aglqtnavigation.git as of commit a6930c2, with the following minor changes: - .gitignore tweaked to remove itself - .gitreview updated Bug-AGL: SPEC-2667 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I91fed0f6349bf1952e41132058929b70a2b0fe5b
Diffstat (limited to 'dbus_interface/org.genivi.navigationcore.xml')
-rw-r--r--dbus_interface/org.genivi.navigationcore.xml61
1 files changed, 61 insertions, 0 deletions
diff --git a/dbus_interface/org.genivi.navigationcore.xml b/dbus_interface/org.genivi.navigationcore.xml
new file mode 100644
index 0000000..1e4704e
--- /dev/null
+++ b/dbus_interface/org.genivi.navigationcore.xml
@@ -0,0 +1,61 @@
+<!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.genivi.navigationcore.MapMatchedPosition">
+ <method name="GetPosition">
+ <arg direction="in" type="ai" name="valuesToReturn"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qValuesToReturn"/>
+ <arg direction="out" type="a{i(yv)}" name="position"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="qPosition"/>
+ </method>
+ <method name="SetSimulationMode">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ <arg direction="in" type="b" name="activate"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="qActivate"/>
+ </method>
+ <method name="PauseSimulation">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ </method>
+ </interface>
+ <interface name="org.genivi.navigationcore.Routing">
+ <method name="CreateRoute">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ <arg direction="out" type="u" name="routeHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="qRouteHandle"/>
+ </method>
+ <method name="SetWaypoints">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ <arg direction="in" type="u" name="routeHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="qRouteHandle"/>
+ <arg direction="in" type="b" name="startFromCurrentPosition"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="qStartFromCurrentPosition"/>
+ <arg direction="in" type="aa{i(yv)}" name="waypointsList"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="qWaypointsList"/>
+ </method>
+ <method name="CalculateRoute">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ <arg direction="in" type="u" name="routeHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="qRouteHandle"/>
+ </method>
+ <method name="CancelRouteCalculation">
+ <arg direction="in" type="u" name="sessionHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qSessionHandle"/>
+ <arg direction="in" type="u" name="routeHandle"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="qRouteHandle"/>
+ </method>
+ <method name="GetAllRoutes">
+ <arg direction="out" type="au" name="routesList"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="qRoutesList"/>
+ </method>
+ </interface>
+ <interface name="org.genivi.navigationcore.Session">
+ <method name="GetAllSessions">
+ <arg direction="out" type="a(us)" name="sessionsList"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="qSessionsList"/>
+ </method>
+ </interface>
+</node>