Ignore:
Timestamp:
Jul 5, 2017, 3:21:27 PM (8 years ago)
Author:
Sanahuja Guillaume
Message:

remove getenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/NmeaGps.cpp

    r180 r193  
    173173void NmeaGps::SetRef(void) { takeRef = true; }
    174174
    175 void NmeaGps::GetEnu(Vector3Df *point) {
    176   gpsData->GetMutex();
    177   gpsData->GetEnu(point->x,point->y,point->z);
    178   gpsData->ReleaseMutex();
    179 }
    180 
    181175void NmeaGps::parseFrame(const char *frame, int frame_size) {
    182176
Note: See TracChangeset for help on using the changeset viewer.