public void GetExposedState(StateExposed expState, State state) { _cState.CopyTo(state); expState.Accel = _accel; expState.Gyro = _gyro; }