Function mosaic::build_session_folder_name#
Defined in File session_name.hpp
Function Documentation#
-
QString mosaic::build_session_folder_name(const SessionIdentity &id, const QDateTime &when, const QString ×tampFormat)#
The full folder basename.
With no identity and no format this returns “session”, which is what this app has always produced in that configuration. That exact fallback is pinned by a test: an existing deployment that types nothing must see byte-identical behaviour.
- Parameters:
timestampFormat – The operator’s configured format, or an empty string for “no timestamp” (RecordSettings:: addTimestamp == false). Honoured verbatim only when the identity is empty; otherwise the compact k_bids_timestamp_format is used instead, for the separator reason documented on that constant.