IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 4:21:06 PM (19 years ago)
Author:
eugene
Message:

adding chip/host relationships

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080109/ippTasks/pantasks.pro

    r16054 r16149  
    340340end
    341341
    342 macro set.host.for.camera
     342macro set.host.by.camera
    343343  if ($0 != 3)
    344     echo "USAGE: set.host.for.camera (camera) (class_id)"
     344    echo "USAGE: set.host.by.camera (camera) (class_id)"
    345345    break
    346346  end
     
    351351  end
    352352
    353   # XXX need to catch missing camera and/or chiphosts table and fallback on anyhost
     353  # missing camera and/or chiphosts table results in host = NULL
    354354  book getword chiphosts $1 $2 -var $host
    355355
     
    360360  end
    361361end
    362 
    363 
Note: See TracChangeset for help on using the changeset viewer.