jugglingcats / tachograph-reader

Read driver and vehicle card data and convert to a more usable XML format
81 stars 62 forks source link

Skip to the end of CyclicalActivityRegion after it's done #36

Closed davispuh closed 6 years ago

davispuh commented 6 years ago

I think it's good idea that all regions always read till end of it as it makes debugging easier. Currently CyclicalActivityRegion might stay in middle of region and depends on ElementaryFileRegion that it will read remaining bytes.