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