55std::ostream&
operator<<(std::ostream& out,
const Slope& slope)
noexcept;
71 return (out <<
"gain: " << slope.gain <<
", offset: " << slope.offset);
Encapsulates the parameters of a linear transformation.
Definition Slope.h:25
float offset
Offset of the linear transformation.
Definition Slope.h:42
float gain
Gain of the linear transformation.
Definition Slope.h:40
Slope() noexcept
Constructor.
Definition Slope.h:59
Main SDK namespace.
Definition DeviceInfo.h:24
OTC_SDK_API std::ostream & operator<<(std::ostream &out, DeviceType deviceType) noexcept
Output stream operator for device types.