Changeset 11525 for trunk


Ignore:
Timestamp:
07/22/11 08:45:09 (13 years ago)
Author:
tbretz
Message:
Added kCmdConfigFTU as a stub.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ftm.cc

    r11492 r11525  
    321321                cout << "-> DISABLE REPORTS " << !fBufCommand[2] << endl;
    322322                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;
    323330
    324331                fBufCommand.resize(5);
Note: See TracChangeset for help on using the changeset viewer.