Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

FixedGenerationTelemetry

Writes belonging to one source generation, with a source timestamp and relay route.

API

Writes belonging to one source generation, with a source timestamp and relay route.

Namespace: DARTWIC::Share.

#include <dartwic/share/DARTWICShareProtocol.h>

Declaration

struct FixedGenerationTelemetry {
    std::string owner_node;
    uint64_t generation = 0;
    uint64_t source_timestamp = 0;
    std::vector<FixedGenerationWrite> writes;
    std::vector<std::string> route;
};