IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:23:01 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa, unify RotFont, bDraw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/event/CheckPipe.c

    r3465 r5852  
    7373 
    7474  if (!strcmp (buffer, "LIMS")) {
    75     sprintf (buffer, "LIMS: %8.1f %8.1f ",
    76              section[TheSection].axis[0].dfx, section[TheSection].axis[1].dfy);
    77     write (sock, buffer, 30);
     75    KiiSendMessage (sock, "%8.1f %8.1f ",
     76                    section[TheSection].axis[0].dfx,
     77                    section[TheSection].axis[1].dfy);
    7878    return (TRUE);
    7979  }
Note: See TracChangeset for help on using the changeset viewer.