Remove all testing stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user