IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 2:19:21 AM (20 years ago)
Author:
eugene
Message:

adding task options

File:
1 edited

Legend:

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

    r7960 r8129  
    88int task_macros     PROTO((int, char **));
    99int task_command    PROTO((int, char **));
     10int task_options    PROTO((int, char **));
    1011int task_periods    PROTO((int, char **));
    1112int run             PROTO((int, char **));
     
    2728  {"task.exec",  task_macros,  "define pre-exec macro for a task"},
    2829  {"command",    task_command, "define executed command for a task"},
     30  {"options",    task_options, "define optional variables associated with the job task"},
    2931  {"periods",    task_periods, "define time scales for a task"},
    3032  {"run",        run,          "run the scheduler"},
Note: See TracChangeset for help on using the changeset viewer.