packages/web/353/php_top/senspars.php File Reference

Go to the source code of this file.

Variables

 $cmd = $_GET['cmd']
 $addr = $_GET['addr']
 $data = $_GET['data']
 $d = fread($sensorpars, 4*$length)
 $regs = unpack('V*',$d)
 break
case read
 $d = fread($sensorpars, 4)
 $regs = unpack('V*',$d)
 break
case write
 $d = $data+0
 break
default __pad4__


Variable Documentation

$addr = $_GET['addr']

Definition at line 36 of file senspars.php.

Referenced by fpga_read(), fpga_write(), read_fpga_reg(), senspars_read(), and senspars_write().

$cmd = $_GET['cmd']

******************************************************************************* ! FILE NAME : senspars.php ! DESCRIPTION: Provides control of FPGA compressor/image acquisition ! to the circular buffer (circbuf) ! Copyright (C) 2007 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
senspars.php,v
! Revision 1.1.1.1 2008/11/27 20:04:03 elphel ! ! ! Revision 1.1 2007/12/06 19:02:52 elphel ! collected most of the camera PHP script into one /packages/web/353/php_top directory ! ! Revision 1.1 2007/10/16 19:25:27 elphel ! Added php script to control driver parameters (P_XXX, as defined in c313a.h) instead of the IOCTL. It is possible to control sensor phase with it ! !

Definition at line 35 of file senspars.php.

$d = $data+0

Definition at line 81 of file senspars.php.

$d = fread($sensorpars, 4)

Definition at line 69 of file senspars.php.

$d = fread($sensorpars, 4*$length)

Definition at line 48 of file senspars.php.

Referenced by find_gps_compass(), fpga_read(), hexdump(), i2c_bcd(), i2c_getCMOSClock(), i2c_send(), printRawGamma(), printRawHistogram(), process_ifd_entry(), send_i2c(), send_i2c_4(), send_i2c_4_nc(), send_i2c_4a(), senspars_read(), showJpegHeader(), smbus_send(), and test_print_header().

$data = $_GET['data']

Definition at line 37 of file senspars.php.

$regs = unpack('V*',$d)

Definition at line 71 of file senspars.php.

$regs = unpack('V*',$d)

Definition at line 50 of file senspars.php.

default __pad4__

Definition at line 94 of file senspars.php.

break

Definition at line 85 of file senspars.php.

break

Definition at line 76 of file senspars.php.

break

Definition at line 58 of file senspars.php.

case read

Definition at line 66 of file senspars.php.

Referenced by camogm_end_mov(), camogm_start(), camogm_start_kml(), Video::capture(), CreateBootLoader(), createDefaultConfig(), createExifDirectory(), cris_ide_init(), cris_ide_start_dma(), do_read(), grab_and_send(), listParams(), load_next_block(), main(), nand_do_read_ecc(), PHP_FUNCTION(), printExifXML(), readParam(), readParamAt(), readSDRAMdummy(), recvpacket(), rflflash_read(), sendImage(), sendImageFrame(), showUsage(), and write_regular_file().

case write

Definition at line 79 of file senspars.php.

Referenced by aexpCorr(), begin_wave(), camogm_end_mov(), conn_write(), createDefaultConfig(), cris_ide_start_dma(), elphel_set_P_value_common(), end_wave(), exposureHDR(), Video::fps(), full_write(), garmin_privcmd(), getPercentile(), grab_and_send(), main(), parse(), parse_special(), PHP_FUNCTION(), processGet(), putBigEndian(), recalibrateDim(), sendpacket(), Video::Start(), waitRequstPrevHist(), wave_push(), whiteBalanceCorr(), write_bbt(), writeMagic(), and writeParamAt().


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