Add function signatures for command line functions

kalman-mex
Johannes Pfeifer 2023-10-08 21:13:53 +02:00 committed by Sébastien Villemot
parent 6f8fc22d57
commit 36a2a41e35
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"_schemaVersion": "1.0.0",
"prior":
{
"inputs":
[
{"name":"options", "kind":"flag", "type":["char", "choices={'table', 'moments', 'moments(distribution)', 'optimize', 'simulate', 'plot'}"], "repeating":true}
]
}
}

View File

@ -0,0 +1,27 @@
{
"_schemaVersion": "1.0.0",
"dynare":
{
"inputs":
[
{"name":"fname", "kind":"required", "type":["file=*.mod,*.dyn"], "purpose":"Model file"},
{"name":"options", "kind":"flag", "type":["char", "choices={'debug', 'noclearall', 'onlyclearglobals', 'savemacro[=macro_file]', 'onlymacro', 'linemacro', 'notmpterms', 'nolog', 'warn_uninit', 'console', 'nograph', 'nointeractive', 'parallel[=cluster_name]', 'conffile=parallel_config_path_and_filename', 'parallel_slave_open_mode', 'parallel_test', 'parallel_use_psexec=true|false', '-D<variable>[=<value>]', '-I/path', 'nostrict', 'stochastic', 'fast', 'minimal_workspace', 'compute_xrefs', 'output=second|third', 'params_derivs_order=0|1|2', 'transform_unary_ops', 'exclude_eqs=<equation_tag_list_or_file>', 'include_eqs=<equation_tag_list_or_file>', 'json=parse|check|transform|compute', 'jsonstdout', 'onlyjson', 'jsonderivsimple', 'nopathchange', 'nopreprocessoroutput', 'mexext=<extension>', 'matlabroot=<path>', 'onlymodel', 'notime', 'use_dll', 'nocommutativity'}"], "repeating":true}
]
},
"internals":
{
"inputs":
[
{"name":"flag", "kind":"required", "type":["char", "choices={'--test'}"], "purpose":"Test routine"},
{"name":"fname", "kind":"required", "type":["file=*.m"], "purpose":"Routine name"}
]
},
"internals":
{
"inputs":
[
{"name":"flag", "kind":"required", "type":["char", "choices={'--display-mh-history','--load-mh-history'}"], "purpose":"Model file"},
{"name":"fname", "kind":"required", "type":["file=*.mod,*.dyn"], "purpose":"Model name"}
]
}
}