IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 5:06:32 AM (21 years ago)
Author:
eugene
Message:

converting to use libkapa commands instead of raw graph commands

File:
1 edited

Legend:

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

    r4689 r5846  
    2323  y = atof (argv[2]);
    2424  zoom = 0;
    25   if (argc == 4) {
    26     zoom = atof (argv[3]);
    27   }
     25  if (argc == 4) zoom = atof (argv[3]);
    2826
    29   SendGraphCommand (Ximage, 4, "CENT");
    30   SendGraphMessage (Ximage, "%8.3f %8.3f %8d ", x, y, zoom);
     27  KiiCenter (Ximage, x, y, zoom);
    3128  return (TRUE);
    3229}
Note: See TracChangeset for help on using the changeset viewer.