mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
10 lines
241 B
Python
10 lines
241 B
Python
|
|
real_time.rt_sync.enable()
|
|
trick_sys.sched.set_software_frame(0.1)
|
|
|
|
trick_sys.sched.set_enable_freeze(True)
|
|
trick_sys.sched.set_freeze_command(True)
|
|
|
|
simControlPanel = trick.SimControlPanel()
|
|
trick.add_external_application(simControlPanel)
|