
Definition in file BeoSubOpts.C.
#include "BeoSub/BeoSubOpts.H"
#include "Component/ModelOptionDef.H"
Include dependency graph for BeoSubOpts.C:

Go to the source code of this file.
Variables | |
| const ModelOptionCateg | MOC_BEOSUB |
| BeoSub Options. | |
| const ModelOptionDef | OPT_FrontVODBfname |
| const ModelOptionDef | OPT_DownVODBfname |
| const ModelOptionDef | OPT_UpVODBfname |
|
|
Initial value: {
MOC_SORTPRI_4, "BeoSub Related Options" }
Definition at line 41 of file BeoSubOpts.C. |
|
|
Initial value:
{ 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. |
|
|
Initial value:
{ 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. |
|
|
Initial value:
{ 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. |
1.4.4