##// END OF EJS Templates
Removed unused function and implemented scrubbing perriod counter...
Removed unused function and implemented scrubbing perriod counter - removed send_dumb_hk function since it is useless - added a new CMake build option 'FSW_Instrument_Scrubbing' to count scrubbing cycles and deduce scrubbing period. When enabled, this will steal the lfr_fpga_version[BYTE_0] field from houskeeping packets.

File last commit:

r387:96eb9489ec21 No PWD scrub with...
r389:74df79cc7806 No PWD scrub with...
Show More
CMakeLists.txt
14 lines | 463 B | text/plain | CMakeLexer
cmake_minimum_required (VERSION 2.6)
project (LFR_FSW)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif(NOT CMAKE_BUILD_TYPE)
set(LFR_BP_SRC ${CMAKE_CURRENT_SOURCE_DIR}/LFR_basic-parameters/basic_parameters.c)
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/sparc")
add_subdirectory(libgcov)
add_subdirectory(src)