1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/modules/GPS
Alessio Morale 0db9a9bf8d OP-1058 Add xxxGet and xxxSet functions to handle multielement fields as struct
for example:
EKFStateVariancePSet(EKFStateVariancePData *NewP);
EKFStateVariancePGet(EKFStateVariancePData *NewP);
Also in this case array accessors are renamed as xxxArrayGet/Set:
EKFStateVariancePArraySet(float *NewP);
EKFStateVariancePArrayGet(float *NewP);

Nothing changes for anonymous items as default functions continues to deal with arrays

+review OPReview-552
2013-09-01 13:23:20 +02:00
..
inc refaktored GPS Sensor UAVObjects 2013-05-22 22:36:23 +02:00
GPS.c OP-1058 Add xxxGet and xxxSet functions to handle multielement fields as struct 2013-09-01 13:23:20 +02:00
NMEA.c OP-667: This is not an issue since the 2 callers already check for NULL pointer but for consistency, this should be done in the function itself. 2013-08-03 09:39:44 -07:00
UBX.c refaktored GPS Sensor UAVObjects 2013-05-22 22:36:23 +02:00