Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ChannelSample
One channel value with its RAPID timestamp in nanoseconds.
API
One channel value with its RAPID timestamp in nanoseconds.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct ChannelSample {
Value value;
uint64_t timestamp = 0;
};