Files
fluxengine/lib/imagereader/imagereaderimpl.h
David Given b7cca1b95b Add up_to_track in the image reader/writer trackdata proto. Abstract out the
routine which fetches the trackdata for more consistent (and correct) results.
2021-08-01 13:57:35 +02:00

9 lines
206 B
C

#ifndef IMAGEREADERIMPL_H
#define IMAGEREADERIMPL_H
extern void getTrackFormat(const ImgInputOutputProto& config,
ImgInputOutputProto::TrackdataProto& trackdata, unsigned track, unsigned side);
#endif