#include <dbw_fca_can/ModuleVersion.h>
Go to the source code of this file.
Classes | |
class | dbw_fca_can::PlatformVersion |
Namespaces | |
dbw_fca_can | |
Enumerations | |
enum | dbw_fca_can::Module { dbw_fca_can::M_BPEC = 1, dbw_fca_can::M_TPEC = 2, dbw_fca_can::M_STEER = 3, dbw_fca_can::M_SHIFT = 4, dbw_fca_can::M_ABS = 5, dbw_fca_can::M_BOO = 6, dbw_fca_can::M_EPS = 7 } |
enum | dbw_fca_can::Platform { dbw_fca_can::P_FORD_CD4 = 0x00, dbw_fca_can::P_FORD_P5 = 0x01, dbw_fca_can::P_FORD_C1 = 0x02, dbw_fca_can::P_FORD_T6 = 0x03, dbw_fca_can::P_FORD_U6 = 0x04, dbw_fca_can::P_FORD_CD5 = 0x05, dbw_fca_can::P_FCA_RU = 0x10, dbw_fca_can::P_FCA_WK2 = 0x11, dbw_fca_can::P_POLARIS_GEM = 0x80, dbw_fca_can::P_POLARIS_RZR = 0x81 } |
Functions | |
static const char * | dbw_fca_can::moduleToString (Module x) |
static bool | dbw_fca_can::operator!= (const PlatformVersion &x, const ModuleVersion &y) |
static bool | dbw_fca_can::operator< (const PlatformVersion &x, const ModuleVersion &y) |
static bool | dbw_fca_can::operator<= (const PlatformVersion &x, const ModuleVersion &y) |
static bool | dbw_fca_can::operator== (const PlatformVersion &x, const ModuleVersion &y) |
static bool | dbw_fca_can::operator> (const PlatformVersion &x, const ModuleVersion &y) |
static bool | dbw_fca_can::operator>= (const PlatformVersion &x, const ModuleVersion &y) |
static const char * | dbw_fca_can::platformToString (Platform x) |