No more warning about not defined functions
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 22 Feb 2017 10:44:27 +0000 (11:44 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 22 Feb 2017 11:15:13 +0000 (12:15 +0100)
commit747d58ad84d230f6cf11ac818bab65019df83611
treea7a6f84cac521fd181b8aec490260fda676f08cc
parentcfd941effb1b2183f6d3f693496aadd45762523f
No more warning about not defined functions
because of wrong header files inclusion.
Some variables are now accessible using functions
rather than using global variables that can not
be accessed through separated files.

Also fix timer returning function type.

Change-Id: I36138ff671c2537f595235273abaa34783be18e1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
16 files changed:
src/can-signals.cpp
src/can-signals.hpp
src/can-utils.cpp
src/can-utils.hpp
src/can_decode_message.cpp
src/can_decode_message.hpp
src/can_event_push.cpp
src/can_event_push.hpp
src/can_reader.cpp
src/can_reader.hpp
src/low-can-binding.cpp
src/low-can-binding.hpp
src/openxc-utils.cpp
src/openxc-utils.hpp
src/timer.cpp
src/timer.hpp