Code generator for C++ from YAML to generate network protocol parsers
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

39 satır
835 B

includes:
- <array>
- "\"bitops.hpp\""
classes:
-
name: record_identifier
attributes:
-
name: uuid
out_type: std::array<unsigned char, 16>
start: 0
-
name: x
out_type: bitops::regulated<uint32_t>
start: 16
-
name: y
out_type: bitops::regulated<uint32_t>
start: 20
-
name: record
attributes:
-
name: record_id
out_type: std::array<unsigned char, 24>
start: 0
-
name: timestamp
out_type: bitops::regulated<uint64_t>
start: 24
attributeafters:
-
name: offset
out_type: bitops::regulated<uint64_t>
after_name: timestamp
-
name: flags
out_type: bitops::regulated<uint32_t>
after_name: offset