- Timestamp:
- 12/02/18 18:32:47 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/lidctrl.cc
r18125 r19413 407 407 #include "DimDescriptionService.h" 408 408 409 class ConnectionDim Weather: public ConnectionLid409 class ConnectionDimLid : public ConnectionLid 410 410 { 411 411 private: … … 413 413 414 414 public: 415 ConnectionDim Weather(ba::io_service& ioservice, MessageImp &imp) :415 ConnectionDimLid(ba::io_service& ioservice, MessageImp &imp) : 416 416 ConnectionLid(ioservice, imp), 417 417 fDim("LID_CONTROL/DATA", "S:2;F:2;F:2", … … 743 743 return RunShell<LocalStream, StateMachine, ConnectionLid>(conf); 744 744 else 745 return RunShell<LocalStream, StateMachineDim, ConnectionDim Weather>(conf);745 return RunShell<LocalStream, StateMachineDim, ConnectionDimLid>(conf); 746 746 } 747 747 // Cosole access w/ and w/o Dim … … 756 756 { 757 757 if (conf.Get<int>("console")==0) 758 return RunShell<LocalShell, StateMachineDim, ConnectionDim Weather>(conf);758 return RunShell<LocalShell, StateMachineDim, ConnectionDimLid>(conf); 759 759 else 760 return RunShell<LocalConsole, StateMachineDim, ConnectionDim Weather>(conf);760 return RunShell<LocalConsole, StateMachineDim, ConnectionDimLid>(conf); 761 761 } 762 762
Note:
See TracChangeset
for help on using the changeset viewer.