mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
d99790be71
This implementation uses a union containing the Array implementing the MultiElement field data and a struct made from element names. it allow to replace the following sintax: settings.PitchRatePID[STABILIZATIONSETTINGS_PITCHRATEPID_KP] with a more concise and less error prone settings.PitchRatePID.fields.Kp while allowing the direct array access using the notation settings.PitchRatePID.data[n] |
||
---|---|---|
.. | ||
inc | ||
callbackscheduler.c | ||
eventdispatcher.c | ||
Makefile.inc.template | ||
uavobject.c.template | ||
uavobjectmanager.c | ||
uavobjectsinit.c.template |