You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.

Class slamcore::Version

class Version

Manage / Get information about the version of the client library

Public Functions

inline constexpr Version()
inline constexpr Version(const uint8_t vma, const uint8_t vmi, const uint8_t vpat)
inline constexpr bool operator==(const Version &other) const
inline constexpr bool operator<(const Version &other) const
inline constexpr bool operator<=(const Version &other) const
inline constexpr bool operator>(const Version &other) const
inline constexpr bool operator!=(const Version &other) const
inline constexpr bool operator>=(const Version &other) const
inline constexpr unsigned int getMajor() const
inline constexpr unsigned int getMinor() const
inline constexpr unsigned int getPatch() const