Syntalos::EdlReserveRequest
Syntalos::EdlReserveRequest
#include <ipc-types-private.h>
Public Types
| Name | |
|---|---|
| enum class uint8_t | Kind { Group = 0, Dataset = 1} |
Public Functions
| Name | |
|---|---|
| ByteVector | toBytes() const |
| EdlReserveRequest | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| Kind | kind |
| std::string | parentRelPath |
| std::string | name |
Detailed Description
struct Syntalos::EdlReserveRequest;Reserve a name in the master’s canonical EDL tree. For groups: CREATE_OR_OPEN semantics. For datasets: MUST_CREATE semantics - fails if the name is already taken.
Public Types Documentation
enum Kind
| Enumerator | Value | Description |
|---|---|---|
| Group | 0 | |
| Dataset | 1 |
Public Functions Documentation
function toBytes
inline ByteVector toBytes() constfunction fromMemory
static inline EdlReserveRequest fromMemory(
const void * memory,
size_t size
)Public Attributes Documentation
variable kind
Kind kind {Kind::Dataset};variable parentRelPath
std::string parentRelPath;variable name
std::string name;Updated on 2026-05-09 at 19:46:31 +0000