X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flow-can-binding.hpp;h=6927826eafe8cede98b1302564a463f64bbbf3d1;hb=836feaecd602e86ea6d954ae018a2d7bbc04aa7a;hp=20dc5dc462f6b46fe09266b488c203f629e4df87;hpb=c8a9ae83b95b3105717c58e390ba216567937772;p=apps%2Fagl-service-can-low-level.git diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index 20dc5dc4..6927826e 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -18,7 +18,38 @@ #pragma once +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "timer.hpp" +#include "openxc.pb.h" +#include "can-utils.hpp" #include "can-signals.hpp" +#include "can-decoder.hpp" +#include "openxc-utils.hpp" + +/* + * Interface between the daemon and the binding + */ +static const struct afb_binding_interface *interface; extern "C" { @@ -55,9 +86,4 @@ extern "C" * @return Exit code, zero if success. */ int afbBindingV1ServiceInit(struct afb_service service); -} - -/* - * Interface between the daemon and the binding - */ -static const struct afb_binding_interface *interface; \ No newline at end of file +};