Add more Variable Server unit and integration tests, clean up and clarify naming

This commit is contained in:
Deans
2023-03-20 17:53:01 -05:00
committed by Jacqueline Deans
parent 0788dcfa9b
commit 99ee88a686
102 changed files with 5566 additions and 2129 deletions

View File

@ -12,7 +12,7 @@ A trick sim is a multi-threaded process, and all of the threads that are created
| MessageTCDeviceListenThread | `trick_message.mdevice.get_listen_thread()` |
| MessageThreadedCout | `trick_message.mtcout` |
| DRDWriterThread | `trick_data_record.drd.drd_writer_thread` |
| VariableServerThread | `trick_vs.vs.get_vst(pthread_t thread_id)` |
| VariableServerSessionThread | `trick_vs.vs.get_vst(pthread_t thread_id)` |
## ThreadBase Methods