- 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
-1
View File
@@ -202,7 +202,6 @@ XmlElement* Kml::createPlane()
}
pName = pPlacemark->createNewChildElement("name");
pName->addTextElement(temp_str);
printf("%s\n", temp_str);
// Description
pDescr = pPlacemark->createNewChildElement("description");