18 #ifndef SOCKETCAN_INCLUDEDEF_H    19 #define SOCKETCAN_INCLUDEDEF_H    21 #include <boost/shared_ptr.hpp>    33     SocketCan ( 
const char* device, 
int baudrate );
 
bool transmitMsg(CanMsg CMsg, bool bBlocking=true)
bool receiveMsgRetry(CanMsg *pCMsg, int iNrOfRetry)
can::BufferedReader m_reader
bool receiveMsgTimeout(CanMsg *pCMsg, int nMicroSecTimeout)
bool receiveMsg(CanMsg *pCMsg)
boost::shared_ptr< ThreadedSocketCANInterface > ThreadedSocketCANInterfaceSharedPtr
SocketCan(const char *device, int baudrate)
can::ThreadedSocketCANInterfaceSharedPtr m_handle
void print_error(const can::State &state)