Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

Can_linkLevel
[CanDefines]


Enumerations

enum  {
  S_TYPE_ERROR = 0x8001, S_TYPE_OVER = 0x8002, S_TYPE_REMOTE = 0x8004, S_TYPE_WAKEUP = 0x8008,
  S_TYPE_SYNC = 0x8010, S_ERR_OVERRUN = 0x8020, S_ERR_LINE = 0x8040, S_ERR_VOLTAGE = 0x8080,
  S_COMPLETE = 0x8100, S_QUEUED = 0x8200, S_BOARD_OFF = 0x01, S_BOARD_PASSIVE = 0x02,
  S_BOARD_WARNING = 0x04, S_BOARD_ACTIVE = 0x08, S_MSG_TRANSMIT, S_MSG_REMOTE,
  S_MSG_ERROR
}

Enumeration Type Documentation

anonymous enum
 

Enumerator:
S_TYPE_ERROR  If the packet has been read without problems.
S_TYPE_OVER  If the packet has been read without problems.
S_TYPE_REMOTE  If the packet has been read without problems.
S_TYPE_WAKEUP  If the packet has been read without problems.
S_TYPE_SYNC  Their was a sync pulse on the line.
S_ERR_OVERRUN  Common error.
S_ERR_LINE  If the packet has been read without problems.
S_ERR_VOLTAGE  If the packet has been read without problems.
S_COMPLETE  If the packet has been read without problems.
S_QUEUED  If the packet has been read without problems.
S_BOARD_OFF  Error level has reached 255, try closing/opening channel.
S_BOARD_PASSIVE  Error level has reached 127, try closing/opening channel.
S_BOARD_WARNING  Error level is mighty high, check the code.
S_BOARD_ACTIVE  This is the expected functional status.
S_MSG_TRANSMIT  If the packet has been read without problems.
S_MSG_REMOTE  If the packet has been read without problems.
S_MSG_ERROR  If the packet has been read without problems.

Definition at line 166 of file canapi.h.


Generated on Wed Feb 22 13:31:31 2006 for CANapi by  doxygen 1.4.4