Added bitfield-c library
[apps/low-level-can-service.git] / can-signals.h
index 3cbbe20..394c867 100644 (file)
@@ -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