// function that checkes the turnover notch of the rotors void Didnotch(Rotor r) { if (Rotor1.getOffset() == Rotor1.getNotch() - 1 || Rotor2.getOffset() == Rotor2.getNotch() - 1) { if (Rotor2.getOffset() == Rotor2.getNotch() - 1) { Rotor3.setOffset(1); } Rotor2.setOffset(1); } Rotor1.setOffset(1); }