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 |
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;Updated on 2026-04-20 at 12:45:37 +0000