IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2010, 9:22:57 AM (16 years ago)
Author:
eugene
Message:

add a psphotVisualClose function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psphot/src/psphotVisual.c

    r29004 r29458  
    2525static int kapa2 = -1;
    2626static int kapa3 = -1;
     27
     28/** destroy windows at the end of a run*/
     29bool psphotVisualClose(void)
     30{
     31    if(kapa1 != -1) KiiClose(kapa1);
     32    if(kapa2 != -1) KiiClose(kapa2);
     33    if(kapa3 != -1) KiiClose(kapa3);
     34    return true;
     35}
    2736
    2837int psphotKapaChannel (int channel) {
Note: See TracChangeset for help on using the changeset viewer.