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
std::stringsubjectId
std::stringsubjectGroup

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 subjectId

std::string subjectId;

variable subjectGroup

std::string subjectGroup;

Updated on 2026-04-20 at 12:45:37 +0000