mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
cf4bbfdfe8
Moved the 2 thread directories. refs #191
11 lines
230 B
Python
11 lines
230 B
Python
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.itimer_enable()
|
|
trick.exec_set_thread_process_type(1, trick.PROCESS_TYPE_AMF_CHILD)
|
|
trick.exec_set_thread_amf_cycle_time(1, 10.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|