Initial implementation of tracerestrict counter mechanism

This commit is contained in:
Jonathan G Rennison
2020-08-31 19:08:35 +01:00
parent dea2be5d3f
commit 817bc44a3e
17 changed files with 887 additions and 13 deletions

View File

@@ -733,6 +733,12 @@ enum WindowClass {
*/
WC_TRACE_RESTRICT_SLOTS,
/**
* Trace restrict counter window; %Window numbers:
* - Packed value = #SlotListWidgets / #VehicleListWidgets
*/
WC_TRACE_RESTRICT_COUNTERS,
/**
* Programmable pre-signals window
*/