Classes | |
| class | AsioDriver |
| class | BCMsocket |
| class | BufferedReader |
| class | CommInterface |
| class | DriverInterface |
| class | DummyInterface |
| struct | ErrorHeader |
| struct | ExtendedHeader |
| class | FilteredDispatcher |
| struct | Frame |
| struct | Header |
| class | Listener |
| struct | MsgHeader |
| class | SimpleDispatcher |
| class | SocketCANInterface |
| class | State |
| class | StateInterface |
| class | StateWaiter |
| class | ThreadedInterface |
Typedefs | |
| typedef SocketCANInterface | SocketCANDriver |
| typedef ThreadedInterface < SocketCANInterface > | ThreadedSocketCANInterface |
Functions | |
| std::string | buffer2hex (const std::string &in, bool lc) |
| std::string | byte2hex (const uint8_t &d, bool pad, bool lc) |
| bool | dec2hex (char &h, const uint8_t &d, bool lc) |
| bool | hex2buffer (std::string &out, const std::string &in_raw, bool pad) |
| bool | hex2dec (uint8_t &d, const char &h) |
| Frame | toframe (const std::string &s) |
| Header | toheader (const std::string &s) |
| std::string | tostring (const Header &h, bool lc) |
| std::string | tostring (const Frame &f, bool lc) |
Definition at line 221 of file socketcan.h.
Definition at line 223 of file socketcan.h.
| std::string can::buffer2hex | ( | const std::string & | in, |
| bool | lc | ||
| ) |
Definition at line 64 of file string.cpp.
| std::string can::byte2hex | ( | const uint8_t & | d, |
| bool | pad, | ||
| bool | lc | ||
| ) |
Definition at line 51 of file string.cpp.
| bool can::dec2hex | ( | char & | h, |
| const uint8_t & | d, | ||
| bool | lc | ||
| ) |
Definition at line 37 of file string.cpp.
| bool can::hex2buffer | ( | std::string & | out, |
| const std::string & | in_raw, | ||
| bool | pad | ||
| ) |
Definition at line 18 of file string.cpp.
| bool can::hex2dec | ( | uint8_t & | d, |
| const char & | h | ||
| ) |
Definition at line 5 of file string.cpp.
| Frame can::toframe | ( | const std::string & | s | ) |
Definition at line 112 of file string.cpp.
| Header can::toheader | ( | const std::string & | s | ) |
Definition at line 91 of file string.cpp.
| std::string can::tostring | ( | const Header & | h, |
| bool | lc | ||
| ) |
Definition at line 77 of file string.cpp.
| std::string can::tostring | ( | const Frame & | f, |
| bool | lc | ||
| ) |
Definition at line 103 of file string.cpp.