Libraries to support working with GMLAN - General Motors CAN BUS network in most of their vehicles between 2007-present day. Please note this is a work in progress and not guaranteed to be correct, use at your own risk! Read commit logs / subscribe to see what has been added, it's a work in progress after all ;)

Revision:
1:9dfa8ee351a3
Parent:
0:9266fbfbef88
Child:
2:1a2cb289f24d
--- a/GMLAN.h	Tue Feb 19 17:12:53 2013 +0000
+++ b/GMLAN.h	Tue Feb 19 20:24:11 2013 +0000
@@ -35,10 +35,11 @@
 
     private:
         int priorityID, arbitrationID, senderID;
-        
-        CANHeader() { }
     
     public:
+        // Main function
+        CANHeader() { }
+
         //// 29-bit frames
         // Methods for getting / setting priority, both integers
         int priority(void) { return priorityID; }