Classes | |
| class | KvaserCan |
Enumerations | |
| enum | return_statuses { OK = 0, INIT_FAILED = -1, BAD_PARAM = -2, NO_CHANNELS_FOUND = -3, CHANNEL_CLOSED = -4, NO_MESSAGES_RECEIVED = -5, READ_FAILED = -6, WRITE_FAILED = -7, CLOSE_FAILED = -8 } |
Functions | |
| std::string | return_status_desc (const return_statuses &ret) |
| Enumerator | |
|---|---|
| OK | |
| INIT_FAILED | |
| BAD_PARAM | |
| NO_CHANNELS_FOUND | |
| CHANNEL_CLOSED | |
| NO_MESSAGES_RECEIVED | |
| READ_FAILED | |
| WRITE_FAILED | |
| CLOSE_FAILED | |
Definition at line 24 of file kvaser_interface.h.
| std::string AS::CAN::return_status_desc | ( | const return_statuses & | ret | ) |