You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Build system <TOP>
+-- bin
| +-- linuxRT-x86_64 # fastFeedback and ffUnitTest binaries
+-- configure # Build system configuration files
+-- cpuBoot # linuxRT CPU configuration files
| +-- dev # dev CPUs
| +-- lcls # prod LCLS CPUs
+-- fastFeedbackApp
| +-- Db
| | +-- common # Database files common to all Feedback IOCs
| | +-- iocs # Database files specific to a Feedback IOC
| +-- src # Source directory. Contains state notation files, database definitions, and the main entry point
| | +-- algo # C++ sources for feedback algorithms
| | +-- exec__ # C sources and database definitions to register EPICS interface functions
| | +-- framework # C++ sources for the Fast Feedback framework
| | +-- test # Unit Test sources
| | +-- util # Utility functions - logging, time, and EPICS device support
+-- iocBoot # Common and IOC specific startup scripts
| +-- common
| +-- sioc-AREA-UNIT
| ...
+-- test # integration testing development support files
+-- tools # misc. support scripts