Changeset 34 in flair-dev for trunk/include/FlairSensorActuator/SimuGps.h


Ignore:
Timestamp:
09/28/16 08:40:33 (8 years ago)
Author:
Sanahuja Guillaume
Message:

doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairSensorActuator/SimuGps.h

    r32 r34  
    8787
    8888  typedef struct {
    89     float x;
    90     float y;
    91     float z;
     89    float e;
     90    float n;
     91    float u;
     92    float ve;
     93    float vn;
    9294  } gps_states_t;
    9395
Note: See TracChangeset for help on using the changeset viewer.