Syntalos::PrepareRunRequest
Syntalos::PrepareRunRequest
#include <ipc-types-private.h>
Public Functions
| Name | |
|---|---|
| ByteVector | toBytes() const |
| PrepareRunRequest | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| Uuid | runUuid |
| std::string | subjectId |
| std::string | subjectGroup |
| std::string | experimentId |
| bool | isEphemeral |
| std::string | edlRootPath |
| std::string | moduleName |
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() constfunction 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