ukhas / habitat

Next Generation High Altitude Balloon Tracking
http://habitat.habhub.org/
GNU General Public License v3.0
41 stars 14 forks source link

parser_module._parse_field could be extracted #290

Open adamgreig opened 11 years ago

adamgreig commented 11 years ago

right now the ukhas_parser and rockblock_binary_parser use exactly the same code for _parse_field which is probably required for any given parser module and as such is a candidate for extraction, possibly into the base parser_module class.