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
| Name | Description |
|---|---|
channel | Channel receiving the samples. |
data | Value and Unix-nanosecond timestamp pairs. |