refs #814, fixed wrong default values for update times causing CPU overload

* use 10s as conservative default value
* check in assert if update time is correct
This commit is contained in:
Klaus Basan
2016-12-09 21:00:03 +01:00
parent 7e69ff7f70
commit 763e92cc2a
6 changed files with 16 additions and 12 deletions

View File

@@ -71,7 +71,8 @@ namespace BlackMisc
TypeVPilotRuleBased //!< based on a vPilot rule
};
//! Mode
//! Mode, decides if a model is supposed to be used in the model set for model matching
//! or not. The combined type "All" is meant for search operations.
enum ModelMode
{
Undefined = 0,