Changeset 210 for hvcontrol/src
- Timestamp:
- 05/19/10 11:40:46 (15 years ago)
- Location:
- hvcontrol/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
hvcontrol/src/ProcessIO.cc
r183 r210 20 20 // Get program start time 21 21 time (&StartTime); 22 23 // Create DIM text output service24 Textout = new DimService (SERVER_NAME"/Textout", (char *) "");25 UpdateDelay = 0.0;26 22 27 23 // Initialize status variables … … 34 30 FirstChain = 0; 35 31 LastChain = NUM_CHAINS-1; 32 33 UpdateDelay = 0.0; 36 34 37 35 // Get configuration data … … 77 75 78 76 delete pm; delete calib; 79 delete Textout;80 77 } 81 78 … … 558 555 559 556 // Send to DIM service 560 Textout->updateService(Textbuffer);557 SetStdOut(Textbuffer); 561 558 562 559 // Send to log -
hvcontrol/src/ProcessIO.h
r183 r210 35 35 time_t StartTime; 36 36 PixelMap *pm; 37 DimService *Textout;38 37 float UpdateDelay; 39 38
Note:
See TracChangeset
for help on using the changeset viewer.