#include <PlatformVersion.h>
Public Member Functions | |
bool | operator!= (const PlatformVersion &other) const |
bool | operator< (const PlatformVersion &other) const |
bool | operator<= (const PlatformVersion &other) const |
bool | operator== (const PlatformVersion &other) const |
bool | operator> (const PlatformVersion &other) const |
bool | operator>= (const PlatformVersion &other) const |
PlatformVersion () | |
PlatformVersion (Platform _p, Module _m, ModuleVersion _v) | |
PlatformVersion (Platform _p, Module _m, uint16_t major, uint16_t minor, uint16_t build) | |
Public Attributes | |
Module | m |
Platform | p |
ModuleVersion | v |
Definition at line 88 of file PlatformVersion.h.
dbw_fca_can::PlatformVersion::PlatformVersion | ( | ) | [inline] |
Definition at line 90 of file PlatformVersion.h.
dbw_fca_can::PlatformVersion::PlatformVersion | ( | Platform | _p, |
Module | _m, | ||
ModuleVersion | _v | ||
) | [inline] |
Definition at line 91 of file PlatformVersion.h.
dbw_fca_can::PlatformVersion::PlatformVersion | ( | Platform | _p, |
Module | _m, | ||
uint16_t | major, | ||
uint16_t | minor, | ||
uint16_t | build | ||
) | [inline] |
Definition at line 92 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator!= | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 98 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator< | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 93 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator<= | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 95 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator== | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 97 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator> | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 94 of file PlatformVersion.h.
bool dbw_fca_can::PlatformVersion::operator>= | ( | const PlatformVersion & | other | ) | const [inline] |
Definition at line 96 of file PlatformVersion.h.
Definition at line 99 of file PlatformVersion.h.
Definition at line 99 of file PlatformVersion.h.
Definition at line 99 of file PlatformVersion.h.