Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

SDK_API::upsertChannelValueBulk

Writes timestamped numeric samples to one channel in a single call.

Declaration

virtual void upsertChannelValueBulk(const std::string& channel,
            const std::vector<std::pair<double, uint64_t>>& data) = 0;

Parameters

NameDescription
channelChannel receiving the samples.
dataValue and Unix-nanosecond timestamp pairs.