IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 2:13:41 PM (20 years ago)
Author:
eugene
Message:

adding stdout, stderr task commands

File:
1 edited

Legend:

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

    r8129 r9037  
    1010int task_options    PROTO((int, char **));
    1111int task_periods    PROTO((int, char **));
     12int task_stdout     PROTO((int, char **));
     13int task_stderr     PROTO((int, char **));
    1214int run             PROTO((int, char **));
    1315int stop            PROTO((int, char **));
     
    3032  {"options",    task_options, "define optional variables associated with the job task"},
    3133  {"periods",    task_periods, "define time scales for a task"},
     34  {"stdout",     task_stdout,  "define a file for the job stdout dump"},
     35  {"stderr",     task_stderr,  "define a file for the job stderr dump"},
    3236  {"run",        run,          "run the scheduler"},
    3337  {"stop",       stop,         "stop the scheduler"},
Note: See TracChangeset for help on using the changeset viewer.