Changeset 252 in flair-src for trunk/lib/FlairCore/src/AhrsData.cpp


Ignore:
Timestamp:
07/05/18 17:57:08 (6 years ago)
Author:
Sanahuja Guillaume
Message:

change io_data CopyDate to RawRead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/AhrsData.cpp

    r167 r252  
    232232}
    233233
    234 void AhrsData::CopyDatas(char *dst) const {
     234void AhrsData::RawRead(char *dst) const {
    235235  GetMutex();
    236236  Queue(&dst, &quaternion.q0, sizeof(quaternion.q0));
Note: See TracChangeset for help on using the changeset viewer.