IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 5:38:38 PM (21 years ago)
Author:
eugene
Message:

converted Xgraph messages to SendGraphCommand

File:
1 edited

Legend:

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

    r2843 r3692  
    2626
    2727  if (ClearSection) {
    28     write (Xgraph, "ERAS", 4);
     28    SendGraphCommand (Xgraph, 4, "ERAS");
    2929  } else {
    30     write (Xgraph, "ERSS", 4);
     30    SendGraphCommand (Xgraph, 4, "ERSS");
    3131  }
    32  
    3332  return (TRUE);
    34  
    3533}
    36 
Note: See TracChangeset for help on using the changeset viewer.