File: test.kcd

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (14 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<NetworkDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://kayak.2codeornot2code.org/1.0" xsi:schemaLocation="Definition.xsd">
  <Document name="Some Document Name">some text</Document>
  <Bus name="converted/from_json/test">
    <Message id="0x123" length="8" name="testFrame1">
      <Signal name="someTestSignal" offset="4" length="11" endianess="big">
        <Value slope="5" intercept="1" min="1" max="10236" unit="specialCharUnit&#176;$"/>
      </Signal>
      <Signal name="Signal" offset="20" length="3">
        <Value max="7" unit="someUnit"/>
      </Signal>
    </Message>
    <Message id="0x012" length="8" name="extendedFrame" format="extended"/>
  </Bus>
</NetworkDefinition>