diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-23 17:52:35 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-23 17:52:35 +0000 |
commit | 035493b81d5bb6d909de05e9a06a0f61588a35aa (patch) | |
tree | d459e901c4b74561eb2740a74e0f1b99d6fe5ddd /src/can-signals.hpp | |
parent | d59970dce571c1753174124326406ec1ff8e2ce8 (diff) |
First draft about lock/wait thread management.
Reordering include files
Change-Id: Ia6d9ee30eb4e1df0c380c26355679fe00b373aa8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-signals.hpp')
-rw-r--r-- | src/can-signals.hpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp index d4ada1d..af110d0 100644 --- a/src/can-signals.hpp +++ b/src/can-signals.hpp @@ -19,14 +19,18 @@ #include <map> #include <queue> -#include <string> #include <vector> -#include <fnmatch.h> +#include <string> +#include <thread> +#include <linux/can.h> +#include "timer.hpp" +#include "openxc.pb.h" #include "can-utils.hpp" extern "C" { + #include <afb/afb-binding.h> #include <afb/afb-event-itf.h> } |