#include "BeoSub/BeoSubOpts.H"
#include "Component/ModelOptionDef.H"
Go to the source code of this file.
Variables | |
const ModelOptionCateg | MOC_BEOSUB |
Command-line options for BeoSub. | |
const ModelOptionDef | OPT_FrontVODBfname |
const ModelOptionDef | OPT_DownVODBfname |
const ModelOptionDef | OPT_UpVODBfname |
Command-line options for BeoSub
Definition in file BeoSubOpts.C.
const ModelOptionCateg MOC_BEOSUB |
{
MOC_SORTPRI_4, "BeoSub Related Options" }
Command-line options for BeoSub.
BeoSub Options
Definition at line 41 of file BeoSubOpts.C.
const ModelOptionDef OPT_DownVODBfname |
{ MODOPT_ARG_STRING, "DownVODBfname", &MOC_BEOSUB, OPTEXP_CORE, "File name to use for the VisualObjectDB associated with the down camera", "down-vodb-fname", '\0', "<filename>", "/home/tmp/u/beosub/down.vdb" }
Definition at line 69 of file BeoSubOpts.C.
const ModelOptionDef OPT_FrontVODBfname |
{ MODOPT_ARG_STRING, "FrontVODBfname", &MOC_BEOSUB, OPTEXP_CORE, "File name to use for the VisualObjectDB associated with the front camera", "front-vodb-fname", '\0', "<filename>", "/home/tmp/u/beosub/front.vdb" }
Definition at line 64 of file BeoSubOpts.C.
const ModelOptionDef OPT_UpVODBfname |
{ MODOPT_ARG_STRING, "UpVODBfname", &MOC_BEOSUB, OPTEXP_CORE, "File name to use for the VisualObjectDB associated with the up camera", "up-vodb-fname", '\0', "<filename>", "/home/tmp/u/beosub/up.vdb" }
Definition at line 74 of file BeoSubOpts.C.