Draft: Added examples and made first approximation of modifications required for use of TurnCounter
Example for discussion, not to be merged for now.
- Added a
TrackingMap
object to allow complex tracking with some objects tracked on every section and others only on specific sections - Modified the
TrackIterator
object to use theTurnCounter
- Modifed
RFStation
to use aTurnCounter
in place of a 1-list - Modified
Ring
to initialise theTurnCounter
with the correct number of turns and sections - Changed the
FullRingAndRF.track()
function to do a single section at a time (with section number defined in theTurnCounter
) - Added a folder of
turn_counter_examples
showing simple examples of how it might be used with single and multiple sections.