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