Add old design documentation under developer_docs

This commit is contained in:
Jacqueline Deans
2023-05-04 08:53:56 -05:00
parent 746311c06e
commit 2ef76cf42a
10 changed files with 1323 additions and 0 deletions

View File

@ -12,4 +12,15 @@ Link documentation for Trick internals, processes, and plans here.
- [Python Environment](Python-Environment-Issues)
- [CI](CI)
Old design documentation - may or may not be up to date
- [Convert Swig](DesConvertSwig)
- [ICG](DesInterfaceCodeGenerator)
- [Realtime Clock](DesRealTimeClock)
- [Realtime Synchronization](DesRealTimeSynchronization)
- [Scheduled Job Queue](DesScheduledJobQueue)
- [Sleep Timer](DesSleepTimer)
- [Data Recording](DesDataRecording)
- [Monte Carlo](DesMonteCarlo)
- [Master Slave](DesMasterSlave)