|
|
@ -1,6 +1,5 @@ |
|
|
|
includes: |
|
|
|
- <array> |
|
|
|
- "\"bitops.hpp\"" |
|
|
|
classes: |
|
|
|
- |
|
|
|
name: record_identifier |
|
|
@ -11,11 +10,11 @@ classes: |
|
|
|
start: 0 |
|
|
|
- |
|
|
|
name: x |
|
|
|
out_type: bitops::regulated<uint32_t> |
|
|
|
out_type: uint32_t |
|
|
|
start: 16 |
|
|
|
- |
|
|
|
name: y |
|
|
|
out_type: bitops::regulated<uint32_t> |
|
|
|
out_type: uint32_t |
|
|
|
start: 20 |
|
|
|
- |
|
|
|
name: record |
|
|
@ -26,14 +25,14 @@ classes: |
|
|
|
start: 0 |
|
|
|
- |
|
|
|
name: timestamp |
|
|
|
out_type: bitops::regulated<uint64_t> |
|
|
|
out_type: uint64_t |
|
|
|
start: 24 |
|
|
|
attributeafters: |
|
|
|
- |
|
|
|
name: offset |
|
|
|
out_type: bitops::regulated<uint64_t> |
|
|
|
out_type: uint64_t |
|
|
|
after_name: timestamp |
|
|
|
- |
|
|
|
name: flags |
|
|
|
out_type: bitops::regulated<uint32_t> |
|
|
|
out_type: uint32_t |
|
|
|
after_name: offset |