ControllerUnitTest.cpp File Reference

Classes

class  ControllerUnitTest
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
65 {
66  ControllerUnitTest springMass;
67  //StressStrainControlBoundary ssError;
68  //Mdouble steadyError=ssError.computeStressError();
69  Mdouble springError=springMass.SpringMassControl();
70  if (abs(springError)>0.1)
71  std::cerr<<"The Controller is Removed"<<std::endl;
72 
73  /*if (steadyError>1.0)
74  std::cout<<"Tune The Controller Gains"<<std::endl;*/
75 }
double Mdouble
Definition: GeneralDefine.h:34
Definition: ControllerUnitTest.cpp:10
Mdouble SpringMassControl()
Definition: ControllerUnitTest.cpp:57

References ControllerUnitTest::SpringMassControl().