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/stop.c

    r7917 r11084  
    88  }
    99
    10   rl_event_hook = NULL;
     10  CheckTasksSetState (FALSE);
     11  // CheckControllerSetState (FALSE);
     12  // CheckJobsSetState (FALSE);
    1113
    1214  return (TRUE);
    1315}
     16
     17int halt (int argc, char **argv) {
     18
     19  if (argc != 1) {
     20    gprint (GP_ERR, "USAGE: halt\n");
     21    return (FALSE);
     22  }
     23
     24  CheckTasksSetState (FALSE);
     25  CheckControllerSetState (FALSE);
     26  CheckJobsSetState (FALSE);
     27
     28  return (TRUE);
     29}
Note: See TracChangeset for help on using the changeset viewer.