Changeset 252 in flair-src for trunk/lib/FlairCore/src/IODevice_impl.cpp
- Timestamp:
- Jul 5, 2018, 5:57:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/IODevice_impl.cpp
r157 r252 204 204 for (size_t i = 0; i < datasToLog.size(); i++) { 205 205 // printf("copy %s\n",datasToLog.at(i)->ObjectName().c_str()); 206 datasToLog.at(i)-> CopyDatas(*ptr);206 datasToLog.at(i)->RawRead(*ptr); 207 207 (*ptr) += datasToLog.at(i)->GetDataType().GetSize(); 208 208 }
Note:
See TracChangeset
for help on using the changeset viewer.