forked from caran/can4python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestfile_input.kcd
32 lines (32 loc) · 1.18 KB
/
testfile_input.kcd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" ?>
<NetworkDefinition xmlns="http://kayak.2codeornot2code.org/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Definition.xsd">
<Document/>
<Bus name="Mainbus">
<Message id="0x001" name="testframedef1">
<Producer>
<NodeRef id="17"/>
</Producer>
<Signal name="testsignal11" offset="56">
<Notes/>
</Signal>
<Signal length="16" name="testsignal12" offset="8">
<Notes>Test signal number 2</Notes>
<Value slope="1" unit="m/s" min="0" max="100"/>
</Signal>
<Signal length="16" name="testsignal13" offset="24">
<Value type="unsigned"/>
</Signal>
<Signal length="2" name="testsignal14" offset="40" endianess="big">
<Notes>Test signal number 4</Notes>
<Value slope="2" unit="m/s" min="21" max="25" type="unsigned" intercept="20"/>
</Signal>
</Message>
<Message id="0x12345678" name="testframedef2" format="extended" length="4" interval="50">
<Producer>
<NodeRef id="1"/>
<NodeRef id="3"/>
</Producer>
<Signal name="testsignal21" offset="5" />
</Message>
</Bus>
</NetworkDefinition>