44 typedef std::pair<double, double>
fulcrum;
74 std::vector<std::vector<double> >
rawData;
trackerCal data
calibration data
bool openCalibration(std::string fileName)
trackerCal getCalibration()
bool setCalibration(trackerCal g)
std::pair< double, double > fulcrum
bool checkConsistency(std::string &print)
unsigned int numTotalSteps
current and total step number
bool saveCalibration(std::string fileName)
trackerCal computeCalibration(std::vector< std::vector< double > > r)
unsigned int getNumTotalSteps()
bool connectToTrackerServer(std::string trackerServerName)
std::string getPicForStep(int)
std::vector< sensorCal > trackerCal
std::vector< double > calibrateNextStep()
unsigned int getCurrentStep()
std::vector< fulcrum > sensorCal
std::string getTextForStep(int)
std::vector< std::vector< double > > rawData
recorded raw data
bool tellServerLoadCurrentCalibration()