- Timestamp:
- 07/22/11 08:45:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftm.cc
r11492 r11525 321 321 cout << "-> DISABLE REPORTS " << !fBufCommand[2] << endl; 322 322 fReportsDisabled = !fBufCommand[2]; 323 324 fBufCommand.resize(5); 325 AsyncRead(ba::buffer(fBufCommand)); 326 return; 327 328 case kCmdConfigFTU: 329 cout << "-> Configure FTU " << (fBufCommand[2]&0xff) << " " << (fBufCommand[2]>>8) << endl; 323 330 324 331 fBufCommand.resize(5);
Note:
See TracChangeset
for help on using the changeset viewer.