Changeset 16450 for trunk/FACT++
- Timestamp:
- 05/30/13 00:36:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r16449 r16450 348 348 349 349 const uint32_t val[2] = { -1, diff }; 350 Dim Client::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);350 Dim::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val); 351 351 352 352 fThresholdMin = diff; … … 541 541 542 542 const int32_t val[2] = { -1, fThresholdReference }; 543 Dim:: sendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);543 Dim::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val); 544 544 545 545 fThresholds.assign(160, fThresholdReference);
Note:
See TracChangeset
for help on using the changeset viewer.