Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GUIOpts.C File Reference


Detailed Description

Definition in file GUIOpts.C.

#include "GUI/GUIOpts.H"
#include "Component/ModelOptionDef.H"
#include "Image/Dims.H"

Include dependency graph for GUIOpts.C:

Go to the source code of this file.

Variables

const ModelOptionCateg MOC_SDLDISP
 ImageDisplay options.
const ModelOptionDef OPT_SDLdisplayDims
const ModelOptionDef OPT_SDLdisplayPriority
const ModelOptionDef OPT_SDLdisplayRefreshUsec
const ModelOptionDef OPT_SDLdisplayFullscreen


Variable Documentation

const ModelOptionCateg MOC_SDLDISP
 

Initial value:

 {
  MOC_SORTPRI_2, "SDLdisplay-Related Options" }
ImageDisplay options.

Definition at line 46 of file GUIOpts.C.

const ModelOptionDef OPT_SDLdisplayDims
 

Initial value:

  { MODOPT_ARG(Dims), "SDLdisplayDims", &MOC_SDLDISP, OPTEXP_CORE,
    "SDL display screen dimensions",
    "sdl-dims", '\0', "<width>x<height>", "640x480" }

Definition at line 71 of file GUIOpts.C.

Referenced by main(), and submain().

const ModelOptionDef OPT_SDLdisplayFullscreen
 

Initial value:

  { MODOPT_FLAG, "SDLdisplayFullscreen", &MOC_SDLDISP, OPTEXP_CORE,
    "Whether to run the SDLdisplay in a fullscreen window.",
    "fs", '\0', "<bool>", "true" }

Definition at line 94 of file GUIOpts.C.

const ModelOptionDef OPT_SDLdisplayPriority
 

Initial value:

  { MODOPT_ARG(int), "SDLdisplayPriority", &MOC_SDLDISP, OPTEXP_CORE,
    "Priority to run at in SCHED_FIFO mode (need to run as root), or 0 for "
    "normal process scheduling and normal priority. Note that in priority 0 "
    "display timing is in no way guaranteed, and timestamps for display "
    "events are unreliable by up to +/- 50ms.",
    "sdl-priority", '\0', "<int>", "80" }

Definition at line 77 of file GUIOpts.C.

const ModelOptionDef OPT_SDLdisplayRefreshUsec
 

Initial value:

  { MODOPT_ARG(float), "SDLdisplayRefreshUsec", &MOC_SDLDISP, OPTEXP_CORE,
    "Desired refresh delay in microseconds. All screen refresh operations "
    "will enforce that at least 90% of this delay has occurred, but it "
    "could be more depending on the refresh rate of the video mode used.",
    "sdl-refresh", '\0', "<float>", "33333.3333" }

Definition at line 86 of file GUIOpts.C.

Referenced by main().


Generated on Mon Nov 23 15:48:19 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4