Enum StreamOutType

Enum Documentation

enum class icrar::StreamOutType

A configurable enumaration type that can be used for specifying how calibrations are streamed to the output during computation.

Values:

enumerator collection

Calibrations are written to a collection in a single file.

enumerator singleFile

Calibrations are continously rewritten to a single file as computed.

enumerator multipleFiles

Calibrations are continously written to multiple files as computed.