Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MonitoringExecutor MonitoringStrategy ObjectPosition SRF05 Configuration ManualController
configurationVerifier.h
00001 #include "configuration.h" 00002 #include <string> 00003 #include "mbed.h" 00004 00005 /* 00006 * 00007 */ 00008 class ConfigurationVerifier 00009 { 00010 public: 00011 bool static verifyConfiguration(Serial* pc, Configuration* conf); 00012 00013 private: 00014 static const int m_circleMode = 0; 00015 static const int m_squereMode = 1; 00016 static const float m_minMonDist = 3; 00017 static const float m_maxMonDist = 30; 00018 static const int m_minMonDur = 10; 00019 static const int m_maxMonDur = 100; 00020 static const int m_minFanWorDur = 1; 00021 static const int m_maxFanWorDur = 5; 00022 static const int m_minFanYCoo = 3; 00023 static const int m_maxFanYCoo = 10; 00024 };
Generated on Fri Jul 22 2022 17:55:42 by
1.7.2