mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 23:12:26 +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.
12 lines
283 B
Python
12 lines
283 B
Python
|
|
trick.frame_log_on()
|
|
real_time.rt_sync.enable()
|
|
trick_sys.sched.set_software_frame(0.01)
|
|
real_time.itimer.enable()
|
|
|
|
trick_sys.sched.enable_freeze = True
|
|
trick_sys.sched.freeze_command = True
|
|
|
|
simControlPanel = trick.SimControlPanel()
|
|
trick.add_external_application(simControlPanel)
|