Adds the new shared object libraries and headers for image version 17

This commit is contained in:
Fredric Silberberg
2014-11-12 14:29:57 -05:00
parent 739508ff83
commit 6cd5eeab6f
26 changed files with 110 additions and 78 deletions

View File

@@ -51,6 +51,7 @@ public:
*/
virtual int32_t receiveMessage(uint32_t &messageID, uint8_t *data, uint8_t &dataSize) = 0;
#if defined(__linux)
/**
* This entry-point of the CANInterfacePlugin returns status of the CAN bus.
*
@@ -67,6 +68,7 @@ public:
* @return This should return 0 if all status was retrieved successfully or an error code if not.
*/
virtual int32_t getStatus(uint32_t &busOffCount, uint32_t &txFullCount, uint32_t &receiveErrorCount, uint32_t &transmitErrorCount) {return 0;}
#endif
};
/**