~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/structures/schema/example/bitfields/bitfields.osd

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-08 21:18:35 UTC
  • mfrom: (1.2.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100608211835-cbqyi7niq15bl48w
Tags: 4:4.4.85-0ubuntu1
* New upstream beta release
  - Bump build-depends
  - Drop README.source no longer need
  - Update install files
  - Add separator in printer-applet depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
 
  xsi:noNamespaceSchemaLocation="../../structuredefs.xsd">
4
 
  <struct name="bitfields">
5
 
    <bitfield name="flag1" type="bool" width="1"/>
6
 
    <bitfield name="flag2" type="bool" width="1"/>
7
 
    <bitfield name="flag3" type="bool" width="1"/>
8
 
    <bitfield name="longerValue" type="unsigned" width="17"/>
9
 
    <!-- now there should be padding -->
10
 
    <primitive type="Char" name="charAfterPadding"/>
11
 
    <bitfield name="unsignedVal" type="unsigned" width="10"/>
12
 
    <bitfield name="unsignedVal2" type="unsigned" width="5"/>
13
 
    <!-- now there should be padding -->
14
 
    <primitive type="Char" name="charAfterPadding2"/>
15
 
    <bitfield name="signedVal" type="signed" width="4"/>
16
 
    <bitfield name="signedVal2" type="signed" width="4"/>
17
 
    <!-- no padding needed -->
18
 
    <primitive type="Char" name="charAfterNoPadding"/>
19
 
  </struct>
20
 
</data>
 
 
b'\\ No newline at end of file'