IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

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

    r4693 r4705  
    33int status_sys (int argc, char **argv) {
    44
     5  fprintf (stderr, "\n");
    56  if (rl_event_hook == NULL) {
    6     fprintf (stderr, "scheduler is stopped\n");
     7    fprintf (stderr, " Scheduler is stopped\n");
    78  } else {
    8     fprintf (stderr, "scheduler is running\n");
     9    fprintf (stderr, " Scheduler is running\n");
     10  }
     11  if (CheckControllerStatus ()) {
     12    fprintf (stderr, " Controller is running\n");
     13  } else {
     14    fprintf (stderr, " Controller is stopped\n");
    915  }
    1016  ListTasks (FALSE);
Note: See TracChangeset for help on using the changeset viewer.