IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19406


Ignore:
Timestamp:
Sep 8, 2008, 9:05:37 AM (18 years ago)
Author:
bills
Message:

default cleanup tasks to off. Add macros to turn them on and off

Location:
trunk/ippTasks
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r19090 r19406  
    2626    active true
    2727  end
    28   task camera.cleanup.load
    29     active false
    30   end
    31   task camera.cleanup.run
    32     active false
    33   end
    3428end
    3529
     
    4135    active false
    4236  end
     37end
     38
     39macro camera.cleanup.on
     40  task camera.cleanup.load
     41    active true
     42  end
     43  task camera.cleanup.run
     44    active true
     45  end
     46end
     47
     48macro camera.cleanup.off
    4349  task camera.cleanup.load
    4450    active false
     
    192198  periods      -timeout 30
    193199  npending     1
    194   active       true
     200  active       false
    195201
    196202  stdout NULL
     
    238244  periods      -exec $RUNEXEC
    239245  periods      -timeout 60
    240   active       true
     246  active       false
    241247
    242248  task.exec
  • trunk/ippTasks/diff.pro

    r19089 r19406  
    3636    active true
    3737  end
    38   task diff.cleanup.load
    39     active true
    40   end
    41   task diff.cleanup.run
    42     active true
    43   end
    4438end
    4539
     
    5246    active false
    5347  end
     48end
     49
     50macro diff.cleanup.on
     51  task diff.cleanup.load
     52    active true
     53  end
     54  task diff.cleanup.run
     55    active true
     56  end
     57end
     58
     59macro diff.cleanup.off
    5460  task diff.cleanup.load
    5561    active false
     
    191197  periods      -timeout 30
    192198  npending     1
    193   active       true
     199  active       false
    194200
    195201  stdout NULL
     
    237243  periods      -exec $RUNEXEC
    238244  periods      -timeout 60
    239   active       true
     245  active       false
    240246
    241247  task.exec
  • trunk/ippTasks/fake.pro

    r19090 r19406  
    2626    active true
    2727  end
    28   task fake.cleanup.load
    29     active false
    30   end
    31   task fake.cleanup.run
    32     active false
    33   end
    3428end
    3529
     
    4135    active false
    4236  end
     37end
     38
     39macro fake.cleanup.on
     40  task fake.cleanup.load
     41    active true
     42  end
     43  task fake.cleanup.run
     44    active true
     45  end
     46end
     47
     48macro fake.cleanup.off
    4349  task fake.cleanup.load
    4450    active false
     
    182188  periods      -timeout 30
    183189  npending     1
    184   active       true
     190  active       false
    185191
    186192  stdout NULL
     
    228234  periods      -exec $RUNEXEC
    229235  periods      -timeout 60
    230   active       true
     236  active       false
    231237
    232238  task.exec
  • trunk/ippTasks/stack.pro

    r19353 r19406  
    3636    active true
    3737  end
    38   task stack.cleanup.load
    39     active true
    40   end
    41   task stack.cleanup.run
    42     active true
    43   end
    4438end
    4539
     
    5246    active false
    5347  end
     48end
     49
     50macro stack.cleanup.on
     51  task stack.cleanup.load
     52    active true
     53  end
     54  task stack.cleanup.run
     55    active true
     56  end
     57end
     58
     59macro stack.cleanup.off
    5460  task stack.cleanup.load
    5561    active false
     
    192198  periods      -timeout 30
    193199  npending     1
    194   active       true
     200  active       false
    195201
    196202  stdout NULL
     
    238244  periods      -exec $RUNEXEC
    239245  periods      -timeout 60
    240   active       true
     246  active       false
    241247
    242248  task.exec
  • trunk/ippTasks/warp.pro

    r19126 r19406  
    4747    active true
    4848  end
    49   task warp.cleanup.load
    50     active true
    51   end
    52   task warp.cleanup.run
    53     active true
    54   end
    5549end
    5650
     
    6963    active false
    7064  end
     65end
     66
     67macro warp.cleanup.on
     68  task warp.cleanup.load
     69    active true
     70  end
     71  task warp.cleanup.run
     72    active true
     73  end
     74end
     75macro warp.cleanup.off
    7176  task warp.cleanup.load
    7277    active false
     
    313318  periods      -timeout 30
    314319  npending     1
    315   active       true
     320  active       false
    316321
    317322  stdout NULL
     
    359364  periods      -exec $RUNEXEC
    360365  periods      -timeout 60
    361   active       true
     366  active       false
    362367
    363368  task.exec
Note: See TracChangeset for help on using the changeset viewer.