Definition at line 152 of file wave_simulation_real.h.
152 {
154
155
156
157
158
160 u16 v2 = static_cast<u16>(value);
161 v2 *= 2;
162 return static_cast<u8>(v2 >> 8);
163 } else {
164 return static_cast<u8>(
165 ((static_cast<u16>(value) + 32768)) >> 8);
166 }
167 }
i16 geti16(fl::size x, fl::size y) const
References geti16(), mHalfDuplex, x, and y.