- added debug switch FS_DEBUG. With FS_DEBUG

- learn and eval Fs statistics
   - extra Gui element
   - lower Sample rate
- try to detect replay mode
- changes to FSM control


git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@188 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-02-04 19:54:13 +00:00
parent daefae6a5b
commit 23146c8733
6 changed files with 239 additions and 24 deletions
+3
View File
@@ -84,6 +84,9 @@ private:
ScopedPointer<Label> m_labelCameraAltitude;
ScopedPointer<Label> m_labelCameraTilt;
ScopedPointer<Label> m_labelAbout;
ScopedPointer<Label> m_labelDumpOffset;
ScopedPointer<TextButton> m_textButtonStatisticsLearn;
ScopedPointer<TextButton> m_textButtonStatisticsEval;
//==============================================================================