Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ChannelValue
Value types accepted by channel read, write, and authority APIs.
Declaration
using ChannelValue = std::variant<double, int, std::string, bool, RecordMode, ControlPolicy,
std::vector<ChannelValueOption>, std::vector<ChannelCalculationLink>, StartupValue>;