mirror of https://bitbucket.org/ausocean/av.git
Merged in mode-var-type (pull request #331)
revid: include mode var in var types Approved-by: Alan Noble <anoble@gmail.com>
This commit is contained in:
commit
75946c6bdd
|
@ -324,6 +324,7 @@ var TypeData = map[string]string{
|
||||||
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
||||||
"MinFPS": "float",
|
"MinFPS": "float",
|
||||||
"MinFrames": "uint",
|
"MinFrames": "uint",
|
||||||
|
"mode": "enum:Normal,Paused,Burst",
|
||||||
"MOGHistory": "uint",
|
"MOGHistory": "uint",
|
||||||
"MOGMinArea": "float",
|
"MOGMinArea": "float",
|
||||||
"MOGThreshold": "float",
|
"MOGThreshold": "float",
|
||||||
|
|
Loading…
Reference in New Issue