Changeset 17331 for trunk/FACT++/src


Ignore:
Timestamp:
11/21/13 17:15:50 (11 years ago)
Author:
tbretz
Message:
75s is too short, because in the case of the first event, it can happen that there is no request for 90s. So 105s is ok.
File:
1 edited

Legend:

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

    r17325 r17331  
    315315            return GPS::State::kDisconnected;
    316316
    317         if (fState!=GPS::State::kConnected && fLastReport+boost::posix_time::seconds(75) < Time())
     317        if (fState!=GPS::State::kConnected && fLastReport+boost::posix_time::seconds(105) < Time())
    318318            return StateMachineImp::kSM_Error;
    319319
Note: See TracChangeset for help on using the changeset viewer.