IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2005, 10:37:51 AM (21 years ago)
Author:
eugene
Message:

moved kapa/kii communications to use SendGraphCommand functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/jpeg.c

    r2843 r3693  
    5151  }
    5252
    53   strcpy (buffer, type);
    54   write (Source, buffer, 4);
    55   sprintf (buffer, "LEN: %11d", strlen(filename));
    56   write (Source, buffer, 16);
     53  SendGraphCommand (Source, 4, type);
     54  SendGraphCommand (Source, 16, "LEN: %11d", strlen(filename));
    5755  write (Source, filename, strlen(filename));
    5856  read (Source, buffer, 4);
Note: See TracChangeset for help on using the changeset viewer.