Changeset 210 for hvcontrol


Ignore:
Timestamp:
05/19/10 11:40:46 (14 years ago)
Author:
daqct3
Message:
Text output now to new DIM standard service StdOut
Location:
hvcontrol/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hvcontrol/src/ProcessIO.cc

    r183 r210  
    2020  // Get program start time
    2121  time (&StartTime);
    22 
    23   // Create DIM text output service
    24   Textout = new DimService (SERVER_NAME"/Textout", (char *) "");
    25   UpdateDelay = 0.0;
    2622
    2723  // Initialize status variables
     
    3430  FirstChain  = 0;
    3531  LastChain   = NUM_CHAINS-1;
     32
     33  UpdateDelay = 0.0;
    3634
    3735  // Get configuration data
     
    7775   
    7876  delete pm;        delete calib;
    79   delete Textout; 
    8077}
    8178
     
    558555
    559556  // Send to DIM service
    560   Textout->updateService(Textbuffer);
     557  SetStdOut(Textbuffer);
    561558
    562559  // Send to log
  • hvcontrol/src/ProcessIO.h

    r183 r210  
    3535  time_t StartTime;
    3636  PixelMap *pm;
    37   DimService *Textout;
    3837  float UpdateDelay;
    3938
Note: See TracChangeset for help on using the changeset viewer.