Libsockcanpp
A complete C++ wrapper around socketcan.
|
Main library namespace. More...
Namespaces | |
namespace | exceptions |
Data Structures | |
class | CanDriver |
CanDriver class; handles communication via CAN. More... | |
struct | CanId |
Represents a CAN ID in a simple and easy-to-use manner. More... | |
class | CanMessage |
Represents a CAN message that was received. More... | |
Functions | |
template<typename... Args> | |
string | formatString (const string &format, Args... args) |
Formats a std string object. More... | |
Main library namespace.
This namespace contains the library's main code.
string sockcanpp::formatString | ( | const string & | format, |
Args... | args | ||
) |
Formats a std string object.
Args | The formatting argument types. |
format | The format string. |
args | The format arguments (strings must be converted to C-style strings!) |
Definition at line 131 of file CanDriver.hpp.
Referenced by sockcanpp::CanDriver::initialiseSocketCan(), sockcanpp::CanDriver::readMessageLock(), sockcanpp::CanDriver::sendMessage(), sockcanpp::CanDriver::setCanFilterMask(), and sockcanpp::CanDriver::uninitialiseSocketCan().