1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/modules/Osd
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
..
OsdEtStd refaktored GPS Sensor UAVObjects 2013-05-22 22:36:23 +02:00
osdgen OP-1058 Get rid of Unions. 2013-09-01 12:10:55 +02:00
osdinput Merge branch 'next' into corvuscorax/OP-947_stateestimator-module 2013-06-06 19:25:54 +02:00
osdoutput OP-1058 Add xxxGet and xxxSet functions to handle multielement fields as struct 2013-09-01 13:23:20 +02:00
WavPlayer OP-976: Add the ';' back 2013-06-03 20:37:40 -07:00