os/linux-2.6-tag--devboard-R2_10-4/arch/cris/arch-v32/drivers/elphel/param_depend.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ONCHANGE_RECALCSEQ   (1 << onchange_recalcseq )
#define ONCHANGE_DETECTSENSOR   (1 << onchange_detectsensor )
#define ONCHANGE_SENSORPHASE   (1 << onchange_sensorphase )
#define ONCHANGE_I2C   (1 << onchange_i2c )
#define ONCHANGE_INITSENSOR   (1 << onchange_initsensor )
#define ONCHANGE_AFTERINIT   (1 << onchange_afterinit )
#define ONCHANGE_WINDOW   (1 << onchange_window )
#define ONCHANGE_WINDOW_SAFE   (1 << onchange_window_safe )
#define ONCHANGE_EXPOSURE   (1 << onchange_exposure )
#define ONCHANGE_GAINS   (1 << onchange_gains )
#define ONCHANGE_TRIGGERMODE   (1 << onchange_triggermode )
#define ONCHANGE_SENSORIN   (1 << onchange_sensorin )
#define ONCHANGE_SENSORSTOP   (1 << onchange_sensorstop)
#define ONCHANGE_SENSORRUN   (1 << onchange_sensorrun)
#define ONCHANGE_GAMMA   (1 << onchange_gamma )
#define ONCHANGE_HIST   (1 << onchange_hist )
#define ONCHANGE_AEXP   (1 << onchange_aexp )
#define ONCHANGE_QUALITY   (1 << onchange_quality )
#define ONCHANGE_MEMSENSOR   (1 << onchange_memsensor )
#define ONCHANGE_MEMCOMPRESSOR   (1 << onchange_memcompressor )
#define ONCHANGE_LIMITFPS   (1 << onchange_limitfps )
#define ONCHANGE_COMPMODE   (1 << onchange_compmode )
#define ONCHANGE_FOCUSMODE   (1 << onchange_focusmode )
#define ONCHANGE_TRIGSEQ   (1 << onchange_trigseq )
#define ONCHANGE_IRQ   (1 << onchange_irq )
#define ONCHANGE_COMPRESTART   (1 << onchange_comprestart )
#define ONCHANGE_COMPSTOP   (1 << onchange_compstop )
#define ONCHANGE_COMPCTL   (1 << onchange_compctl )
#define ONCHANGE_GAMMALOAD   (1 << onchange_gammaload )
#define ONCHANGE_SENSORREGS   (1 << onchange_sensorregs )
#define ONCHANGE_PRESCAL   (1 << onchange_prescal )

Variables

const unsigned long param_depend_tab []


Define Documentation

#define ONCHANGE_AEXP   (1 << onchange_aexp )

Definition at line 107 of file param_depend.h.

#define ONCHANGE_AFTERINIT   (1 << onchange_afterinit )

Definition at line 96 of file param_depend.h.

#define ONCHANGE_COMPCTL   (1 << onchange_compctl )

Definition at line 118 of file param_depend.h.

#define ONCHANGE_COMPMODE   (1 << onchange_compmode )

Definition at line 112 of file param_depend.h.

#define ONCHANGE_COMPRESTART   (1 << onchange_comprestart )

Definition at line 116 of file param_depend.h.

#define ONCHANGE_COMPSTOP   (1 << onchange_compstop )

Definition at line 117 of file param_depend.h.

#define ONCHANGE_DETECTSENSOR   (1 << onchange_detectsensor )

Definition at line 92 of file param_depend.h.

#define ONCHANGE_EXPOSURE   (1 << onchange_exposure )

Definition at line 99 of file param_depend.h.

#define ONCHANGE_FOCUSMODE   (1 << onchange_focusmode )

Definition at line 113 of file param_depend.h.

#define ONCHANGE_GAINS   (1 << onchange_gains )

Definition at line 100 of file param_depend.h.

#define ONCHANGE_GAMMA   (1 << onchange_gamma )

Definition at line 105 of file param_depend.h.

#define ONCHANGE_GAMMALOAD   (1 << onchange_gammaload )

Definition at line 119 of file param_depend.h.

#define ONCHANGE_HIST   (1 << onchange_hist )

Definition at line 106 of file param_depend.h.

#define ONCHANGE_I2C   (1 << onchange_i2c )

Definition at line 94 of file param_depend.h.

#define ONCHANGE_INITSENSOR   (1 << onchange_initsensor )

Definition at line 95 of file param_depend.h.

#define ONCHANGE_IRQ   (1 << onchange_irq )

Definition at line 115 of file param_depend.h.

#define ONCHANGE_LIMITFPS   (1 << onchange_limitfps )

Definition at line 111 of file param_depend.h.

#define ONCHANGE_MEMCOMPRESSOR   (1 << onchange_memcompressor )

Definition at line 110 of file param_depend.h.

#define ONCHANGE_MEMSENSOR   (1 << onchange_memsensor )

Definition at line 109 of file param_depend.h.

#define ONCHANGE_PRESCAL   (1 << onchange_prescal )

Definition at line 121 of file param_depend.h.

#define ONCHANGE_QUALITY   (1 << onchange_quality )

Definition at line 108 of file param_depend.h.

#define ONCHANGE_RECALCSEQ   (1 << onchange_recalcseq )

******************************************************************************** ! FILE NAME : param_depend.h ! DESCRIPTION: Specifies, which actions should be performed when some acquisition ! parameters are changed ! Copyright (C) 2008 Elphel, Inc. ! -----------------------------------------------------------------------------** ! ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public License ! along with this program. If not, see <http://www.gnu.org/licenses/>. ! -----------------------------------------------------------------------------** !

Log
param_depend.h,v
! Revision 1.1.1.1 2008/11/27 20:04:01 elphel ! ! ! Revision 1.20 2008/11/27 09:27:31 elphel ! Support fro new parameters (vignetting correction related) ! ! Revision 1.19 2008/11/13 05:40:45 elphel ! 8.0.alpha16 - modified histogram storage, profiling ! ! Revision 1.18 2008/10/29 04:18:28 elphel ! v.8.0.alpha10 made a separate structure for global parameters (not related to particular frames in a frame queue) ! ! Revision 1.17 2008/10/18 06:14:21 elphel ! 8.0.alpha4 - removed some obsolete parameters, renumbered others, split P_FLIP into P_FLIPH and P_FLIPV (different latencies because of bad frames), pgm_window-> pgm_window, pgm_window_safe ! ! Revision 1.16 2008/10/10 17:06:59 elphel ! just a snapshot ! ! Revision 1.15 2008/10/08 21:26:25 elphel ! snapsot 7.2.0.pre4 - first images (actually - second) ! ! Revision 1.14 2008/10/06 08:31:08 elphel ! snapshot, first images ! ! Revision 1.13 2008/10/04 16:10:12 elphel ! snapshot ! ! Revision 1.12 2008/09/28 00:31:57 elphel ! snapshot ! ! Revision 1.11 2008/09/25 00:58:12 elphel ! snapshot ! ! Revision 1.10 2008/09/22 22:55:49 elphel ! snapshot ! ! Revision 1.9 2008/09/16 00:49:32 elphel ! snapshot ! ! Revision 1.8 2008/08/11 19:17:01 elphel ! reduced syntax complaints by KDevelop ! ! Revision 1.7 2008/07/29 01:15:06 elphel ! another snapshot ! ! Revision 1.6 2008/07/27 23:25:07 elphel ! next snapshot ! ! Revision 1.5 2008/07/27 04:27:49 elphel ! next snapshot ! ! Revision 1.4 2008/06/24 00:43:44 elphel ! just a snapshot ! ! Revision 1.3 2008/06/20 03:54:20 elphel ! another snapshot ! ! Revision 1.2 2008/06/19 02:17:36 elphel ! continuing work - just a snapshot ! ! Revision 1.1 2008/06/16 06:51:21 elphel ! work in progress, intermediate commit ! !

Definition at line 91 of file param_depend.h.

#define ONCHANGE_SENSORIN   (1 << onchange_sensorin )

Definition at line 102 of file param_depend.h.

#define ONCHANGE_SENSORPHASE   (1 << onchange_sensorphase )

Definition at line 93 of file param_depend.h.

#define ONCHANGE_SENSORREGS   (1 << onchange_sensorregs )

Definition at line 120 of file param_depend.h.

Referenced by initFramePars().

#define ONCHANGE_SENSORRUN   (1 << onchange_sensorrun)

Definition at line 104 of file param_depend.h.

#define ONCHANGE_SENSORSTOP   (1 << onchange_sensorstop)

Definition at line 103 of file param_depend.h.

#define ONCHANGE_TRIGGERMODE   (1 << onchange_triggermode )

Definition at line 101 of file param_depend.h.

#define ONCHANGE_TRIGSEQ   (1 << onchange_trigseq )

Definition at line 114 of file param_depend.h.

#define ONCHANGE_WINDOW   (1 << onchange_window )

Definition at line 97 of file param_depend.h.

#define ONCHANGE_WINDOW_SAFE   (1 << onchange_window_safe )

Definition at line 98 of file param_depend.h.


Variable Documentation

const unsigned long param_depend_tab[]

Definition at line 123 of file param_depend.h.

Referenced by initFramePars().


Generated on Fri Nov 28 00:08:07 2008 for elphel by  doxygen 1.5.1