#
# HELP: SYNOPSIS:
# HELP:     simpleview/default/declare_vars
# HELP:
# HELP: DESCRIPTION:
# HELP:     Declare application specific variables for simpleview
#

DECLARE struct $root.application
DECLARE struct $root.application.simpleview
DECLARE string $root.application.simpleview.datapath
cecho ${$root.application.simpleview.datapath="/ct"}
DECLARE int    $root.application.simpleview.invertrender
cecho ${$root.application.simpleview.invertrender=0}
DECLARE int    $root.application.simpleview.renderthresh
cecho ${$root.application.simpleview.renderthresh=1000}
