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