#include "helper.h"#include "Logging.h"#include <boost/foreach.hpp>#include <boost/property_tree/ptree.hpp>#include <boost/property_tree/ini_parser.hpp>
Go to the source code of this file.
Namespaces | |
| icl_hardware | |
| icl_hardware::canopen_schunk | |
Functions | |
| std::string | icl_hardware::canopen_schunk::binaryString (const uint64_t num) |
| std::map< uint32_t, std::string > | icl_hardware::canopen_schunk::getErrorMapFromConfigFile (const std::string &filename, const std::string &category="error_codes") |
| Creates an error map from a given INI file. More... | |
| std::string | icl_hardware::canopen_schunk::hexArrayToString (const unsigned char *msg, const uint8_t length) |
| Transforms an array of unsigned chars into a string of Hex representations of those chars. More... | |
| std::string | icl_hardware::canopen_schunk::hexToString (const uint64_t num) |
| Converts a hexadecimal number into its string representation 0xXX. More... | |
| std::string | icl_hardware::canopen_schunk::sanitizeString (const std::string &text) |
| This function removes all non-graphical characters from the given string. More... | |
Definition in file helper.cpp.