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 | |
|---|---|
| std::string | subjectId |
| std::string | subjectGroup |
| Uuid | runUuid |
| 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 subjectId
std::string subjectId;variable subjectGroup
std::string subjectGroup;variable runUuid
Uuid runUuid;variable edlRootPath
std::string edlRootPath;variable moduleName
std::string moduleName;Updated on 2026-05-09 at 19:46:31 +0000