Definition at line 71 of file wave_simulation_real.h.
71 {
73
74
75
76
77
79 uint16_t v2 = static_cast<uint16_t>(value);
80 v2 *= 2;
81 return static_cast<uint8_t>(v2 >> 8);
82 } else {
83 return static_cast<uint8_t>(
84 ((static_cast<uint16_t>(value) + 32768)) >> 8);
85 }
86 }
int16_t geti16(size_t x) const
References geti16(), mHalfDuplex, and x.