35 #ifndef _DBW_MKZ_CAN_MODULE_VERSION_H 36 #define _DBW_MKZ_CAN_MODULE_VERSION_H 69 #if __BYTE_ORDER == __LITTLE_ENDIAN 71 #elif __BYTE_ORDER == __BIG_ENDIAN 74 #error Failed to determine system endianness 82 #endif // _DBW_MKZ_CAN_MODULE_VERSION_H ModuleVersion(uint16_t major, uint16_t minor, uint16_t build)
bool operator==(const ModuleVersion &other) const
bool operator>(const ModuleVersion &other) const
bool operator!=(const ModuleVersion &other) const
bool operator<=(const ModuleVersion &other) const
bool operator<(const ModuleVersion &other) const
bool operator>=(const ModuleVersion &other) const