#include <CanPeakSys.h>
Public Member Functions | |
CanPeakSys (const char *cIniFile) | |
void | destroy () |
void | init () |
bool | isObjectMode () |
bool | receiveMsg (CanMsg *pCMsg) |
bool | receiveMsgRetry (CanMsg *pCMsg, int iNrOfRetry) |
bool | transmitMsg (CanMsg CMsg, bool bBlocking=true) |
~CanPeakSys () | |
Private Attributes | |
bool | m_bInitialized |
bool | m_bSimuEnabled |
HANDLE | m_handle |
IniFile | m_IniFile |
Static Private Attributes | |
static const int | c_iInterrupt = 7 |
static const int | c_iPort = 0x378 |
Definition at line 63 of file CanPeakSys.h.
CanPeakSys::CanPeakSys | ( | const char * | cIniFile | ) |
Definition at line 68 of file CanPeakSys.cpp.
Definition at line 78 of file CanPeakSys.cpp.
void CanPeakSys::destroy | ( | ) | [inline] |
Definition at line 70 of file CanPeakSys.h.
void CanPeakSys::init | ( | ) | [virtual] |
bool CanPeakSys::isObjectMode | ( | ) | [inline, virtual] |
Check if the current CAN interface was opened on OBJECT mode.
Implements CanItf.
Definition at line 74 of file CanPeakSys.h.
bool CanPeakSys::receiveMsg | ( | CanMsg * | pCMsg | ) | [virtual] |
Reads a CAN message.
Implements CanItf.
Definition at line 176 of file CanPeakSys.cpp.
bool CanPeakSys::receiveMsgRetry | ( | CanMsg * | pCMsg, |
int | iNrOfRetry | ||
) | [virtual] |
Reads a CAN message. The function blocks between the attempts.
pCMsg | CAN message |
iNrOfRetry | number of retries |
Implements CanItf.
Definition at line 213 of file CanPeakSys.cpp.
bool CanPeakSys::transmitMsg | ( | CanMsg | CMsg, |
bool | bBlocking = true |
||
) | [virtual] |
Sends a CAN message.
pCMsg | CAN message |
bBlocking | specifies whether send should be blocking or non-blocking |
Implements CanItf.
Definition at line 146 of file CanPeakSys.cpp.
const int CanPeakSys::c_iInterrupt = 7 [static, private] |
Definition at line 84 of file CanPeakSys.h.
const int CanPeakSys::c_iPort = 0x378 [static, private] |
Definition at line 85 of file CanPeakSys.h.
bool CanPeakSys::m_bInitialized [private] |
Definition at line 80 of file CanPeakSys.h.
bool CanPeakSys::m_bSimuEnabled [private] |
Definition at line 82 of file CanPeakSys.h.
HANDLE CanPeakSys::m_handle [private] |
Definition at line 78 of file CanPeakSys.h.
IniFile CanPeakSys::m_IniFile [private] |
Definition at line 81 of file CanPeakSys.h.