IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:31:41 PM (20 years ago)
Author:
eugene
Message:

cleanup of timeouts and thread-safety issues, controller comms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/server_run.c

    r7952 r8548  
    99
    1010  CheckTasksSetState (TRUE);
     11  // CheckJobsSetState (TRUE);
     12  CheckControllerSetState (TRUE);
     13  CheckInputsSetState (TRUE);
    1114  return (TRUE);
    1215}
     
    2023
    2124  CheckTasksSetState (FALSE);
     25  // CheckJobsSetState (FALSE);
     26  CheckControllerSetState (FALSE);
     27  CheckInputsSetState (FALSE);
    2228  return (TRUE);
    2329}
Note: See TracChangeset for help on using the changeset viewer.