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 | __pad2__ |
$addr = $_GET['addr'] |
Definition at line 33 of file senspars.php.
Referenced by fpga_read(), fpga_write(), read_fpga_reg(), senspars_read(), and senspars_write().
******************************************************************************* ! 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/>. ! -----------------------------------------------------------------------------** !
Definition at line 32 of file senspars.php.
$d = $data+0 |
Definition at line 78 of file senspars.php.
$d = fread($sensorpars, 4) |
Definition at line 66 of file senspars.php.
$d = fread($sensorpars, 4*$length) |
Definition at line 45 of file senspars.php.
Referenced by find_gps_compass(), fpga_read(), hexdump(), i2c_bcd(), i2c_getCMOSClock(), i2c_readCMOSClock(), i2c_send(), process_ifd_entry(), send_i2c(), send_i2c_4(), send_i2c_4_nc(), send_i2c_4a(), senspars_read(), smbus_send(), and test_print_header().
Definition at line 34 of file senspars.php.
$regs = unpack('V*',$d) |
Definition at line 68 of file senspars.php.
$regs = unpack('V*',$d) |
Definition at line 47 of file senspars.php.
default __pad2__ |
Definition at line 91 of file senspars.php.
Definition at line 82 of file senspars.php.
Definition at line 73 of file senspars.php.
Definition at line 55 of file senspars.php.
case read |
Definition at line 63 of file senspars.php.
Referenced by accumData(), camogm_end_mov(), camogm_start(), camogm_start_kml(), convert16to8(), convert8to8(), CreateBootLoader(), createExifDirectory(), cris_ide_init(), cris_ide_start_dma(), do_read(), frameShr(), frameSub(), grab_and_send(), imageCorr(), listParams(), load_next_block(), main(), nand_do_read_ecc(), PHP_FUNCTION(), processCal(), programFPN(), readParam(), readParamAt(), readSDRAMdummy(), recvpacket(), rflflash_read(), send_hardware_image(), send_quicktime(), send_quicktime_clip(), sendImage(), sendImageFrame(), sendLastFrame(), and write_regular_file().
case write |
Definition at line 76 of file senspars.php.
Referenced by accumData(), begin_wave(), camogm_audio_mov(), camogm_end_mov(), conn_write(), cris_ide_start_dma(), end_wave(), frameShr(), frameSub(), full_write(), garmin_privcmd(), grab_and_send(), imageCorr(), main(), ogm_flush_to_file(), parse(), parse_special(), PHP_FUNCTION(), processCal(), programFPN(), putBigEndian(), sendpacket(), wave_push(), write_bbt(), writeMagic(), and writeParamAt().