Motion - remove dummy Idler functions
parent
9caf680633
commit
ade5f11fe2
|
|
@ -14,10 +14,6 @@ void Motion::SetMode(MotorMode mode) {}
|
||||||
|
|
||||||
void Motion::Step() {}
|
void Motion::Step() {}
|
||||||
|
|
||||||
bool Motion::IdlerDisengaged() const { return true; }
|
|
||||||
|
|
||||||
bool Motion::IdlerEngaged() const { return true; }
|
|
||||||
|
|
||||||
void ISR() {}
|
void ISR() {}
|
||||||
|
|
||||||
//@@TODO check the directions
|
//@@TODO check the directions
|
||||||
|
|
|
||||||
|
|
@ -89,10 +89,6 @@ public:
|
||||||
void AbortPlannedMoves() {}
|
void AbortPlannedMoves() {}
|
||||||
|
|
||||||
/// probably higher-level operations knowing the semantic meaning of axes
|
/// probably higher-level operations knowing the semantic meaning of axes
|
||||||
void Idler(IdlerMode im) {}
|
|
||||||
|
|
||||||
bool IdlerDisengaged() const;
|
|
||||||
bool IdlerEngaged() const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue