mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Made the Plus 3 less chatty, documented invalidate_track.
This commit is contained in:
@@ -49,6 +49,10 @@ class Controller: public DigitalPhaseLockedLoop::Delegate, public TimedEventLoop
|
||||
Sets the current drive.
|
||||
*/
|
||||
void set_drive(std::shared_ptr<Drive> drive);
|
||||
|
||||
/*!
|
||||
Announces that the track the drive sees is about to change for a reason unknownt to the controller.
|
||||
*/
|
||||
void invalidate_track();
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user