|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
Subsystem for executing a reference search (homing) routine. More...
#include <tmc9660.hpp>
Public Member Functions | |
| bool | start () noexcept |
| Start the reference search procedure. | |
| bool | stop () noexcept |
| Abort an ongoing reference search. | |
| bool | getStatus (tmc9660::tmcl::ReferenceSearchStatus &status) noexcept |
| Query the current reference search status code. | |
Private Member Functions | |
| ReferenceSearch (TMC9660 &parent) noexcept | |
Private Attributes | |
| TMC9660 & | driver |
Friends | |
| class | TMC9660 |
Subsystem for executing a reference search (homing) routine.
|
inlineexplicitprivatenoexcept |
|
noexcept |
Query the current reference search status code.
|
noexcept |
Start the reference search procedure.
|
noexcept |
Abort an ongoing reference search.
|
private |