missing files
This commit is contained in:
parent
f6a42d9fb0
commit
e754a6b2d8
3 changed files with 181 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
// --------------------------------------------------------------------------------------
|
||||
// Project: MicroManipulatorStepper
|
||||
// License: MIT (see LICENSE file for full description)
|
||||
// All text in here must be included in any redistribution.
|
||||
// Author: M. S. (diffraction limited)
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
||||
#pragma once
|
||||
|
||||
//*** CLASS *****************************************************************************
|
||||
|
||||
//--- IRobotTool ------------------------------------------------------------------------
|
||||
|
||||
class IRobotTool {
|
||||
public:
|
||||
virtual ~IRobotTool() {};
|
||||
virtual void set_value(float v) = 0;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue