aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/drv_mixer.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework the mixer architecture based on discussions about arbitrary geometry ↵px4dev2012-08-101-34/+76
| | | | | | | | mixing and plugins. Now the mixer is a C++ library that can be fairly easily bolted into an output driver to provide mixing services. Teach the FMU driver how to use it as an example. More testing is still required.
* More work on the mixer architecture.px4dev2012-08-051-6/+7
| | | | | | Solve the multiple publishers issue with 'control groups', one group per controller. Mixer inputs now specify both group and control offset within the group. Avoid using %f when loading/saving mixers; use scaled integers instead.
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-051-0/+4
|
* Work in progress; standard mixer API and utilitypx4dev2012-08-051-0/+91