- Timestamp:
- 10/31/11 02:07:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/biasctrl.cc
r12338 r12342 26 26 using namespace BIAS; 27 27 28 #define DEBUG28 //#define DEBUG 29 29 30 30 // ------------------------------------------------------------------------ … … 668 668 669 669 if (special) 670 fWaitingForAnswer = special ? kResetChannels : kCmdChannelSet;670 fWaitingForAnswer = kResetChannels; 671 671 } 672 672 … … 793 793 { 794 794 ostringstream msg; 795 msg << " Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";795 msg << "OverCurrentReset - Answer on last command (id=" << fWaitingForAnswer << ") not yet received."; 796 796 Error(msg); 797 797 return; … … 817 817 { 818 818 ostringstream msg; 819 msg << " Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";819 msg << "ReadAllChannels - Answer on last command (id=" << fWaitingForAnswer << ") not yet received."; 820 820 Error(msg); 821 821 return; … … 838 838 839 839 if (!special) 840 fWaitingForAnswer = special ? kUpdate :kCmdRead;840 fWaitingForAnswer = kCmdRead; 841 841 } 842 842 … … 1123 1123 { 1124 1124 ostringstream msg; 1125 msg << " Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";1125 msg << "ExpertReset - Answer on last command (id=" << fWaitingForAnswer << ") not yet received."; 1126 1126 Error(msg); 1127 1127 return; … … 1142 1142 { 1143 1143 ostringstream msg; 1144 msg << " Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";1144 msg << "ExpertChannelSetDac - Answer on last command (id=" << fWaitingForAnswer << ") not yet received."; 1145 1145 Error(msg); 1146 1146 return false; … … 1174 1174 { 1175 1175 ostringstream msg; 1176 msg << " Answer on last command (id=" << fWaitingForAnswer << ") not yet received.";1176 msg << "ExpertGlobalSetDac - Answer on last command (id=" << fWaitingForAnswer << ") not yet received."; 1177 1177 Error(msg); 1178 1178 return false;
Note:
See TracChangeset
for help on using the changeset viewer.