Go to the documentation of this file.
35 #ifndef _DATASPEED_ULC_CAN_PLATFORM_VERSION_H
36 #define _DATASPEED_ULC_CAN_PLATFORM_VERSION_H
83 default:
return "UNKNOWN";
89 case M_BPEC:
return "BPEC ";
90 case M_TPEC:
return "TPEC ";
96 default:
return "UNKNOWN";
105 bool operator< (
const PlatformVersion& other)
const {
return (this->
p == other.p) && (this->
m == other.m) && (this->
v < other.v); }
106 bool operator> (
const PlatformVersion& other)
const {
return (this->
p == other.p) && (this->
m == other.m) && (this->
v > other.v); }
123 #endif // _DATASPEED_ULC_CAN_PLATFORM_VERSION_H
static const char * platformToString(Platform x)
static bool operator>(const PlatformVersion &x, const PlatformMap &map)
static bool operator<=(const PlatformVersion &x, const PlatformMap &map)
static bool operator!=(const PlatformVersion &x, const PlatformMap &map)
static const char * moduleToString(Module x)
static bool operator<(const PlatformVersion &x, const PlatformMap &map)
static bool operator==(const PlatformVersion &x, const PlatformMap &map)
static bool operator>=(const PlatformVersion &x, const PlatformMap &map)
dataspeed_ulc_can
Author(s): Micho Radovnikovich
autogenerated on Sat Dec 3 2022 03:34:49