Skip to content
Snippets Groups Projects
Select Git revision
  • 2f4e64abed83ed6ff93b1f161f2b0d85575b2ea4
  • master default protected
  • sync-up-with-meta-pypcc
  • control-single-hba-and-lba
  • stabilise-landing-page
  • all-stations-lofar2
  • L2SS-2357-fix-ruff
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • Also-listen-internal-to-rpc
  • fix-build-dind
  • L2SS-2153--Improve-Error-Handling
  • L2SS-2153-Add-Grpc-Gateway-support
  • L2SS-1970-apsct-lol
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
  • v0.52.1.1 protected
  • v0.52.1 protected
  • v0.52.1-rc1 protected
  • v0.51.9-6 protected
  • v0.51.9-5 protected
  • v0.51.9-4 protected
  • v0.51.9-3 protected
  • v0.51.9-2 protected
  • v0.51.9-1 protected
  • v0.51.9 protected
  • v0.51.8 protected
  • v0.39.15-wsrttwo protected
  • v0.39.15-wsrt protected
41 results

test_device_protection_control.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Config.h 585 B
    #if !defined CONFIG_H
    #define CONFIG_H
    
    #if defined __x86_64__
    //#define HAVE_BFD
    #endif
    #undef TEXAS_INSTRUMENTS
    #define BOOST_DISABLE_ASSERTS
    #undef USE_FUSED_KERNEL
    #define USE_NEW_CORRELATOR
    //#define USE_PHI_CORRELATOR
    #define USE_2X2
    #undef MEASURE_POWER
    
    #define NR_TAPS			16
    #define NR_STATION_FILTER_TAPS	16
    #define HAVE_FFTW3
    #undef CREATE_BACKTRACE_ON_EXCEPTION
    
    #define USE_FFT_LIBRARY		FFT_LIBRARY_APPLE
    #define FFT_LIBRARY_APPLE	1
    #define FFT_LIBRARY_AMD		2
    
    
    // Constants
    #define COMPLEX			2
    #define REAL			0
    #define IMAG			1
    #define POL_X			0
    #define POL_Y			1
    
    #endif