IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 10:10:41 AM (19 years ago)
Author:
eugene
Message:

image/graph metadata stored/retrieved from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CheckPipe.c

    r13432 r13434  
    132132 
    133133  if (!strcmp (word, "GSTY")) {
    134     GetGraphStyle (sock);
     134    GetGraphData (sock);
    135135    KiiSendCommand (sock, 4, "DONE");
    136136    FINISHED (TRUE);
     
    138138 
    139139  if (!strcmp (word, "SSTY")) {
    140     status = SetGraphStyle (sock);
     140    status = SetGraphData (sock);
     141    KiiSendCommand (sock, 4, "DONE");
     142    FINISHED (TRUE);
     143  }
     144 
     145  if (!strcmp (word, "GIMD")) {
     146    GetImageData (sock);
     147    KiiSendCommand (sock, 4, "DONE");
     148    FINISHED (TRUE);
     149  }
     150 
     151  if (!strcmp (word, "SIMD")) {
     152    status = SetImageData (sock);
    141153    KiiSendCommand (sock, 4, "DONE");
    142154    FINISHED (TRUE);
Note: See TracChangeset for help on using the changeset viewer.