Does SIM_test_sched need a software frame? #296

This commit is contained in:
Alex Lin 2016-08-26 14:50:34 -05:00
parent aeeaa7b3bc
commit d388b26e30

View File

@ -80,6 +80,7 @@ void create_connections() {
exec_set_thread_process_type( 3 , Trick::PROCESS_TYPE_ASYNC_CHILD ) ;
exec_set_thread_amf_cycle_time(2, 0.8);
exec_set_software_frame(0.1);
exec_add_depends_on_job( "children.sched_logging" , 1 , "parent.sched_logging" , 1 ) ;
exec_add_depends_on_job( "children.sched_amf" , 1 , "parent.sched_effector" , 1 ) ;