IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:26:31 PM (20 years ago)
Author:
eugene
Message:

added module system; added panstarrs user features; panstarrs threaded

File:
1 edited

Legend:

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

    r8548 r11084  
    99
    1010  CheckTasksSetState (TRUE);
    11   // CheckJobsSetState (TRUE);
     11  CheckJobsSetState (TRUE);
    1212  CheckControllerSetState (TRUE);
    1313  CheckInputsSetState (TRUE);
     
    2424  CheckTasksSetState (FALSE);
    2525  // CheckJobsSetState (FALSE);
     26  // CheckControllerSetState (FALSE);
     27  CheckInputsSetState (FALSE);
     28  return (TRUE);
     29}
     30
     31int server_halt (int argc, char **argv) {
     32
     33  if (argc != 1) {
     34    gprint (GP_ERR, "USAGE: server halt\n");
     35    return (FALSE);
     36  }
     37
     38  CheckTasksSetState (FALSE);
     39  CheckJobsSetState (FALSE);
    2640  CheckControllerSetState (FALSE);
    2741  CheckInputsSetState (FALSE);
Note: See TracChangeset for help on using the changeset viewer.