13 #include "../AbstractSocketCommunicator/abstractintermittensocket.h" 14 #include "../AbstractSocketCommunicator/abstractsocketcommunictor.h" 22 StepperMotor( std::string ip_addr, uint port_number, QObject* parent = 0 );
25 void TuneToLength(
double desired_length,
double current_length );
26 void TuneCavity(
double length_of_tune );
27 void PanicResetCavity( uint iteration,
double revs_per_iter );
28 void TuningLoop(
double len_of_tune,
double revs, uint iters);
31 void SetUpStepperMotor(
double traverse_speed = 5.0 );
36 #endif // STEPPERMOTOR_H Definition: abstractintermittensocket.h:16
Object to sends commands to an Applied Motion products stepper motor.
Definition: stepper_motor.h:19