Syntalos::LinkRunInfo
Syntalos::LinkRunInfo
Information about the current run and its data storage location. More…
#include <syntaloslink.h>
Public Attributes
| Name | |
|---|---|
| Uuid | uuid |
| TestSubjectInfo | subject Unique, machine-readable identifier of this run (EDL collection UUID) |
| std::string | experimentId The test subject this run is for. |
| bool | isEphemeral The (final, with placeholders expanded) experiment identifier. |
| std::string | moduleName True if this run is temporary and will store no persistent data. |
| std::shared_ptr< EDLGroup > | rootGroup User-provided module name. |
Detailed Description
struct Syntalos::LinkRunInfo;Information about the current run and its data storage location.
All information here is only valid for the current run, and reset before each prepare() step.
Public Attributes Documentation
variable uuid
Uuid uuid {};variable subject
TestSubjectInfo subject;Unique, machine-readable identifier of this run (EDL collection UUID)
variable experimentId
std::string experimentId;The test subject this run is for.
variable isEphemeral
bool isEphemeral = false;The (final, with placeholders expanded) experiment identifier.
variable moduleName
std::string moduleName;True if this run is temporary and will store no persistent data.
variable rootGroup
std::shared_ptr< EDLGroup > rootGroup;User-provided module name.
Updated on 2026-09-03 at 08:15:38 +0000