~jil26/fabinterpreter/Qt_version

« back to all changes in this revision

Viewing changes to software/FabInterpreter/Axis.cpp

  • Committer: Jeffrey Lipton
  • Date: 2010-07-10 00:48:14 UTC
  • Revision ID: jil26@cornell.edu-20100710004814-x6y9jkv81x9p8vzy
Set up a Qt version of the FabInterpeter as a seperate branch. this is non functional. PRO file needs to be updated. DLL imports fail

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "Axis.h"
 
2
///////////////////////////////////////////////////////////////////////////////////
 
3
Axis::Axis()
 
4
{
 
5
}
 
6
///////////////////////////////////////////////////////////////////////////////////
 
7
Axis::Axis(string name, Motor* motor):name(name),motor(motor)
 
8
{
 
9
}
 
10
///////////////////////////////////////////////////////////////////////////////////