Actions
Feature #539
closedgenerate_packets.py: struct specvec types
Start date:
05/03/2024
Due date:
% Done:
0%
Estimated time:
Description
Add code to generate_packets.py to support appropriate specvec fields for struct types.
There aren't currently many globally declared specvecs (only 4 at time of writing), and of those, not all are in the simple form that can be handled generically (struct foo_vector
containing struct foo
), but the one that matters (requirement vector) is in that form.
Files
Updated by Alina Lenk 6 months ago
- Blocks Feature #540: network protocol: requirement vectors added
Updated by Alina Lenk 6 months ago
- File 0004-generate_packets.py-add-specvec-types.patch 0004-generate_packets.py-add-specvec-types.patch added
- Status changed from New to In Review
Actions