Syntalos::PrepareRunRequest

Syntalos::PrepareRunRequest

Syntalos::PrepareRunRequest

More…

#include <ipc-types-private.h>

Public Functions

Name
ByteVectortoBytes() const
PrepareRunRequestfromMemory(const void * memory, size_t size)

Public Attributes

Name
UuidrunUuid
std::stringsubjectId
std::stringsubjectGroup
std::stringexperimentId
boolisEphemeral
std::stringedlRootPath
std::stringmoduleName

Detailed Description

struct Syntalos::PrepareRunRequest;

Request to prepare the module for the upcoming run. This makes the module enter the PREPARING stage.

Public Functions Documentation

function toBytes

inline ByteVector toBytes() const

function fromMemory

static inline PrepareRunRequest fromMemory(
    const void * memory,
    size_t size
)

Public Attributes Documentation

variable runUuid

Uuid runUuid;

variable subjectId

std::string subjectId;

variable subjectGroup

std::string subjectGroup;

variable experimentId

std::string experimentId;

variable isEphemeral

bool isEphemeral = false;

variable edlRootPath

std::string edlRootPath;

variable moduleName

std::string moduleName;

Updated on 2026-09-06 at 20:30:11 +0000