mirror of
https://github.com/nasa/trick.git
synced 2025-06-18 07:08:17 +00:00
Refactor and test Variable Server.
- Split VariableServerThread into VariableServerSession and VariableReference classes - Use C++ streams for data handling - Unit tests
This commit is contained in:
@ -5,7 +5,7 @@ from trick.unit_test import *
|
||||
|
||||
def main():
|
||||
|
||||
trick.var_server_set_port(40000)
|
||||
trick.var_server_set_port(4000)
|
||||
trick.var_ascii()
|
||||
trick.real_time_enable()
|
||||
trick.exec_set_software_frame(0.01)
|
||||
|
Reference in New Issue
Block a user