Changeset 16450 for trunk/FACT++


Ignore:
Timestamp:
05/30/13 00:36:47 (11 years ago)
Author:
tbretz
Message:
Fixed a typo and replaced another DImClient by Dim
File:
1 edited

Legend:

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

    r16449 r16450  
    348348
    349349        const uint32_t val[2] = { -1,  diff };
    350         DimClient::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);
     350        Dim::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);
    351351
    352352        fThresholdMin = diff;
     
    541541
    542542        const int32_t val[2] = { -1, fThresholdReference };
    543         Dim::sendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);
     543        Dim::SendCommandNB("FTM_CONTROL/SET_THRESHOLD", val);
    544544
    545545        fThresholds.assign(160, fThresholdReference);
Note: See TracChangeset for help on using the changeset viewer.