This modul constructs a map of a can-mask-file the map can be request by getcanmatrix() More...
#include "icl_hardware_can/ImportExport.h"
#include <icl_core/tString.h>
#include <fstream>
#include <boost/filesystem.hpp>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | icl_hardware::can::CanMatrixElement |
class | icl_hardware::can::tCanMatrixParser |
Namespaces | |
namespace | icl_hardware |
namespace | icl_hardware::can |
Typedefs | |
typedef std::map< unsigned int, std::vector< CanMatrixElement > > | icl_hardware::can::CanMatrix |
Functions | |
std::ostream & | icl_hardware::can::operator<< (std::ostream &stream, const CanMatrix &can_matrix) |
This modul constructs a map of a can-mask-file the map can be request by getcanmatrix()
Definition in file tCanMatrixParser.h.