Changeset 365 in pacpusframework for branches/0.2.x/src/DBITEPlayerLib/DbtPlyFileManager.cpp
- Timestamp:
- Dec 15, 2015, 11:43:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2.x/src/DBITEPlayerLib/DbtPlyFileManager.cpp
r288 r365 286 286 deltaTDbtTab_[(deltaTDbtTabLoop_++)%1000] = deltaT; 287 287 if (deltaT > kMaxPendingTimeFromEngineMicrosecs) { 288 LOG_WARN(getName() << ": data not replayed: elapsed time since engine notification too big:" << deltaT << "us");289 288 LOG_WARN(getName().toStdString() << ": data not replayed: elapsed time since engine notification too big:" << deltaT << "us"); 289 return; 290 290 } 291 291
Note:
See TracChangeset
for help on using the changeset viewer.