|
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) |
|
FrameFilterSharedPtr | tofilter (const uint32_t &id) |
|
FrameFilterSharedPtr | tofilter (const char *s) |
|
FrameFilterSharedPtr | tofilter (const T &ct) |
|
FrameFilterSharedPtr | tofilter (const std::string &s) |
|
template<> |
can::FrameFilterSharedPtr | tofilter (const XmlRpc::XmlRpcValue &ct) |
|
FilteredFrameListener::FilterVector | tofilters (const T &v) |
|
Frame | toframe (const std::string &s) |
|
Header | toheader (const std::string &s) |
|
uint32_t | tohex (const std::string &s) |
|
std::string | tostring (const Frame &f, bool lc) |
|
std::string | tostring (const Header &h, bool lc) |
|