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