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