reduce dependencies on driver/rcinput.h

* add new header that only contains neutrino_msg_t and friends, often this
  is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
  accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
This commit is contained in:
Stefan Seyfried
2018-01-07 15:29:10 +01:00
committed by Thilo Graf
parent 10ad29afb7
commit b982458d2d
16 changed files with 61 additions and 42 deletions

View File

@@ -33,7 +33,7 @@
#ifndef __remotecontrol__
#define __remotecontrol__
#include <driver/rcinput.h> /* neutrino_msg_t, neutrino_msg_data_t */
#include <driver/neutrino_msg_t.h>
#include <zapit/client/zapitclient.h>