IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27197


Ignore:
Timestamp:
Mar 4, 2010, 3:52:31 PM (16 years ago)
Author:
heather
Message:

fixing fields to be numbers, not strings

Location:
trunk/ippMonitor/def
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/destreakFile.d

    r26947 r27197  
    99FIELD magicDSFile.backup_path_base,   5, %s,     Backup Path
    1010FIELD magicDSFile.recovery_path_base, 5, %s,     Recovery Path
    11 FIELD magicDSFile.fault,              5, %s,     Fault
     11FIELD magicDSFile.fault,              5, %d,     Fault
    1212FIELD magicDSFile.data_state,         5, %s,     Data State
  • trunk/ippMonitor/def/distComponent.d

    r26955 r27197  
    55
    66#     field                    size  format  name         show    link to                  extras
    7 FIELD distComponent.dist_id,   5, %s,     Dist ID
     7FIELD distComponent.dist_id,   5, %d,     Dist ID
    88FIELD distComponent.component, 5, %d,     Component
    99FIELD distComponent.bytes,     5, %s,     Bytes
     
    1212FIELD distComponent.outdir,    5, %s,     Outdir
    1313FIELD distComponent.name,      5, %s,     Name
    14 FIELD distComponent.fault,     5, %s,     Fault
     14FIELD distComponent.fault,     5, %d,     Fault
  • trunk/ippMonitor/def/distRun.d

    r26955 r27197  
    55
    66#     field                   size  format  name         show    link to                  extras
    7 FIELD distRun.dist_id,        5, %s,     Dist ID
     7FIELD distRun.dist_id,        5, %d,     Dist ID
    88FIELD distRun.target_id,      5, %d,     Target ID
    99FIELD distRun.stage,          5, %s,     Stage
     
    1414FIELD distRun.outdir,         5, %s,     Outdir
    1515FIELD distRun.clean,          5, %d,     Clean?
    16 FIELD distRun.no_magic,       5, %s,     Muggle?
     16FIELD distRun.no_magic,       5, %d,     Muggle?
    1717FIELD distRun.state,          5, %s,     State
    1818FIELD distRun.time_stamp,     5, %T,     Time
  • trunk/ippMonitor/def/magicFailedMasks.d

    r24674 r27197  
    1212FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1313FIELD    magicRun.label,         5,   %s,     Label
    14 FIELD    magicRun.inverse,       5,   %s,     Inverse
     14FIELD    magicRun.inverse,       5,   %d,     Inverse
    1515FIELD    magicRun.state,         5,   %s,     State
    1616FIELD    magicMask.streaks,      5,   %d,     Fault
    17 FIELD    magicMask.fault,        5,   %s,     Fault
     17FIELD    magicMask.fault,        5,   %d,     Fault
  • trunk/ippMonitor/def/magicFailedNodes.d

    r24674 r27197  
    1414FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1515FIELD    magicRun.label,         5,   %s,     Label
    16 FIELD    magicRun.inverse,       5,   %s,     Inverse
     16FIELD    magicRun.inverse,       5,   %d,     Inverse
    1717FIELD    magicRun.state,         5,   %s,     State
    1818FIELD    magicTree.node,         5,   %s,     Node
    1919FIELD    magicTree.dep,          5,   %s,     Parent
    20 FIELD    magicNodeResult.fault,  5,   %s,     Fault
     20FIELD    magicNodeResult.fault,  5,   %d,     Fault
  • trunk/ippMonitor/def/magicFailedTrees.d

    r24674 r27197  
    1111FIELD    diff_id,        5,   %d,     Diff ID
    1212FIELD    label,          5,   %s,     Label
    13 FIELD    inverse,        5,   %s,     Inverse
     13FIELD    inverse,        5,   %d,     Inverse
    1414FIELD    state,          5,   %s,     State
    15 FIELD    fault,          5,   %s,     Fault
     15FIELD    fault,          5,   %d,     Fault
  • trunk/ippMonitor/def/magicProcessedMasks.d

    r26526 r27197  
    1111FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1212FIELD    magicRun.label,         5,   %s,     Label
    13 FIELD    magicRun.inverse,       5,   %s,     Inverse
     13FIELD    magicRun.inverse,       5,   %d,     Inverse
    1414FIELD    magicRun.state,         5,   %s,     State
    1515FIELD    magicMask.streaks,      5,   %d,     Streaks
    16 FIELD    magicMask.fault,        5,   %s,     Fault
     16FIELD    magicMask.fault,        5,   %d,     Fault
  • trunk/ippMonitor/def/magicProcessedMasks_Images.d

    r26947 r27197  
    1919# FIELD    *,                      8,   %s,     image,         image=JPEG2, diffProcessedSkyfile_Images.php,  ARG7
    2020FIELD    magicRun.label,         5,   %s,     Label
    21 FIELD    magicRun.inverse,       5,   %s,     Inverse
     21FIELD    magicRun.inverse,       5,   %d,     Inverse
    2222FIELD    magicRun.state,         5,   %s,     State
    23 FIELD    magicMask.streaks,      5,   %d,     Fault
    24 FIELD    magicMask.fault,        5,   %s,     Fault
     23FIELD    magicMask.streaks,      5,   %d,     Streaks
     24FIELD    magicMask.fault,        5,   %d,     Fault
    2525FIELD    magicRun.workdir,       5,   %s,     Label, none
    2626
  • trunk/ippMonitor/def/magicProcessedNodes.d

    r24674 r27197  
    1313FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1414FIELD    magicRun.label,         5,   %s,     Label
    15 FIELD    magicRun.inverse,       5,   %s,     Inverse
     15FIELD    magicRun.inverse,       5,   %d,     Inverse
    1616FIELD    magicRun.state,         5,   %s,     State
    1717FIELD    magicTree.node,         5,   %s,     Node
    1818FIELD    magicTree.dep,          5,   %s,     Parent
    19 FIELD    magicNodeResult.fault,  5,   %s,     Fault
     19FIELD    magicNodeResult.fault,  5,   %d,     Fault
  • trunk/ippMonitor/def/magicRun.d

    r24674 r27197  
    99FIELD    diff_id,        5,   %d,     Diff ID
    1010FIELD    label,          5,   %s,     Label
    11 FIELD    inverse,        5,   %s,     Inverse
     11FIELD    inverse,        5,   %d,     Inverse
    1212FIELD    state,          5,   %s,     State
    13 FIELD    fault,          5,   %s,     Fault
     13FIELD    fault,          5,   %d,     Fault
  • trunk/ippMonitor/def/magicTrees.d

    r24674 r27197  
    1111FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1212FIELD    magicRun.label,         5,   %s,     Label
    13 FIELD    magicRun.inverse,       5,   %s,     Inverse
     13FIELD    magicRun.inverse,       5,   %d,     Inverse
    1414FIELD    magicRun.state,         5,   %s,     State
    1515FIELD    magicTree.node,         5,   %s,     Node
    1616FIELD    magicTree.dep,          5,   %s,     Parent
    17 FIELD    magicRun.fault,         5,   %s,     Fault
     17FIELD    magicRun.fault,         5,   %d,     Fault
  • trunk/ippMonitor/def/publishClient.d

    r26955 r27197  
    66#     field                     size  format  name         show    link to                  extras
    77FIELD publishClient.client_id,     5, %d,     Client ID
    8 FIELD publishClient.active,        2, %s,     Active?
     8FIELD publishClient.active,        2, %d,     Active?
    99FIELD publishClient.product,       5, %s,     Product
    1010FIELD publishClient.stage,         5, %s,     Stage
  • trunk/ippMonitor/def/publishDone.d

    r26955 r27197  
    88
    99#     field                   size  format  name         show    link to                  extras
    10 FIELD publishRun.pub_id,         5, %s,     Publish ID
     10FIELD publishRun.pub_id,         5, %d,     Publish ID
    1111FIELD publishRun.client_id,      5, %d,     Client ID
    1212FIELD publishRun.stage_id,       5, %d,     Stage ID
  • trunk/ippMonitor/def/publishRun.d

    r26955 r27197  
    77
    88#     field                   size  format  name         show    link to                  extras
    9 FIELD publishRun.pub_id,         5, %s,     Publish ID
     9FIELD publishRun.pub_id,         5, %d,     Publish ID
    1010FIELD publishRun.client_id,      5, %d,     Client ID
    1111FIELD publishRun.stage_id,       5, %d,     Stage ID
Note: See TracChangeset for help on using the changeset viewer.