summaryrefslogtreecommitdiff
path: root/NodeStateTest/org.genivi.NodeStateMachineTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'NodeStateTest/org.genivi.NodeStateMachineTest.xml')
-rw-r--r--NodeStateTest/org.genivi.NodeStateMachineTest.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/NodeStateTest/org.genivi.NodeStateMachineTest.xml b/NodeStateTest/org.genivi.NodeStateMachineTest.xml
new file mode 100644
index 0000000..9426f45
--- /dev/null
+++ b/NodeStateTest/org.genivi.NodeStateMachineTest.xml
@@ -0,0 +1,37 @@
+<!--
+*
+* Copyright (C) 2012 Continental Automotive Systems, Inc.
+*
+* Author: Jean-Pierre.Bogler@continental-corporation.com
+*
+* XML model of the dbus interfaces for the test NodeStateMachine
+*
+* This Source Code Form is subject to the terms of the Mozilla Public
+* License, v. 2.0. If a copy of the MPL was not distributed with this
+* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+* Date Author Reason
+* 24.01.2013 Jean-Pierre Bogler CSP_WZ#1194: Initial creation.
+*
+-->
+
+<node>
+ <interface name="com.contiautomotive.NodeStateMachineTest.Test">
+ <method name="SetNsmData">
+ <arg name="DataType" direction="in" type="i"/>
+ <arg name="Data" direction="in" type="ay"/>
+ <arg name="DataLen" direction="in" type="u"/>
+ <arg name="ErrorCode" direction="out" type="i"/>
+ </method>
+ <method name="GetNsmData">
+ <arg name="DataType" direction="in" type="i"/>
+ <arg name="DataIn" direction="in" type="ay"/>
+ <arg name="DataOut" direction="out" type="ay"/>
+ <arg name="DataLen" direction="in" type="u"/>
+ <arg name="ErrorCode" direction="out" type="i"/>
+ </method>
+ <method name="GetNsmInterfaceVersion">
+ <arg name="Version" direction="out" type="u"/>
+ </method>
+ </interface>
+</node>