1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/ground
Alessio Morale d99790be71 OP-1058: Implement explicit item accessor for MultiElement fields.
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]
2013-07-31 15:23:43 +02:00
..
openpilotgcs OP-1044 Uncrustify 2013-07-19 14:23:41 +00:00
uavobject-synthetics Normalize line endings 2013-04-07 09:49:13 +03:00
uavobjgenerator OP-1058: Implement explicit item accessor for MultiElement fields. 2013-07-31 15:23:43 +02:00
.gitattributes OP-910: fix line endings and whitespaces (didn't work on Linux) 2013-06-05 23:21:54 +03:00
ground.pro Normalize line endings 2013-04-07 09:49:13 +03:00