Actions
Feature #527
closedgenerate_packets.py: always pass packet names separately from Locations
Start date:
05/02/2024
Due date:
% Done:
0%
Estimated time:
Description
Currently, referring to fields in the right packet struct is done inconsistently; sometimes the field type methods prepend hard-coded "real_packet->" and "old->", sometimes it's passed in as part of the Location, and sometimes (in the one case where it's necessary) the packet names are passed in separately and correctly assembled inside the function. Make all field type methods work the latter way.
Files
Actions