Remove all testing stuff

This commit is contained in:
2026-06-17 09:21:12 -07:00
parent 5b0e3353a7
commit ca78f1df0a
4 changed files with 81 additions and 83 deletions

View File

@@ -35,31 +35,6 @@
#pragma once
/* ============================================================
* TESTING MODE
* Component: all components (read at startup by Thread 1)
* ============================================================ */
/*
* Set to a TESTING_* constant to put the exhibit in single-component
* test mode. Stored in radar_management[RADAR_NONE].testing at startup.
* When non-zero, only the named component is active and no other radars
* can be made available.
*
* TESTING_NONE = 0 normal exhibit operation
* TESTING_MANAGEMENT = 1 setup and radar selection (03_setup_and_radar_selection)
* TESTING_CHAIN_HOME = 2 chain home A-scope
* TESTING_MARINE_ASCOPE = 3 marine A-scope
* TESTING_MARINE_TRAFFIC = 4 marine traffic control PPI
* TESTING_POLICE_BOAT = 5 police boat PPI
* TESTING_TRAFFIC_COP = 6 traffic cop (Thread 2)
* TESTING_SIMULATOR = 7 simulator (Thread 3)
* TESTING_RASPBERRY_PI = 8 raspberry pi receiver (Thread 5)
*
* Read the active mode at runtime via: radar_management[RADAR_NONE].testing
*/
#define TESTING_COMPONENT TESTING_NONE
/* ============================================================
* GENERAL / OPENGL DEBUG
* Component: Thread 1 (initialization)