Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions interface/cuvis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,13 @@ namespace cuvis
* @copydoc cuvis_save_args_t.max_buftime
* */
std::chrono::milliseconds max_buftime;


/** The frame is saved including all results from processing, e.g. the cube.
*
* @copydoc cuvis_save_args_t.full_export
* */
bool full_export;
};
/** @brief Additional settings for exporting tiff.*/
struct TiffArgs : public GeneralExportArgs
Expand Down