Update for radar testing and operation and added first component .md file

This commit is contained in:
2026-06-13 22:14:09 -07:00
parent 3711121e0f
commit 0d95fac945
5 changed files with 101 additions and 21 deletions

View File

@@ -35,6 +35,28 @@
#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. 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
* 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)
*/
#define TESTING_COMPONENT TESTING_NONE
/* ============================================================
* GENERAL / OPENGL DEBUG
* Component: Thread 1 (initialization)