summaryrefslogtreecommitdiffstats
path: root/can-signals.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-10 11:20:00 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-13 23:31:55 +0000
commit6c66485fbf79e9b2a471b80724e94a6e1b7dbbe8 (patch)
treefc2f5a55ade3551b8f7f56420375d796b27af350 /can-signals.h
parent67c7fccae5255148de17dc6a4e6a3481b311782a (diff)
move to obsolete dir old code
Change-Id: Id8cd5a3441b655163d6311334874d88882af21b6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'can-signals.h')
-rw-r--r--can-signals.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/can-signals.h b/can-signals.h
index 3cbbe20b..394c8673 100644
--- a/can-signals.h
+++ b/can-signals.h
@@ -43,8 +43,8 @@ int getCanBusCount();
CanMessageDefinition* getMessages();
/* Public: Return an array of all CAN signals to be processed in the active
- * * configuration.
- * */
+ * configuration.
+ */
CanSignal* getSignals();
/* Public: Return an array of all OpenXC CAN commands enabled in the active
@@ -81,5 +81,4 @@ CanBus* getCanBuses();
* * bus - The CAN bus this message was received on.
* * message - The received CAN message.
* */
-void decodeCanMessage(openxc::pipeline::Pipeline* pipeline, CanBus* bus, CanMessage* message);
-
+void decodeCanMessage(openxc::pipeline::Pipeline* pipeline, CanBus* bus, CanMessage* message); \ No newline at end of file