Lines Matching full:version
9 /** @brief Version components */
10 struct Version struct
17 /** @brief Verify if the current BMC version meets the min ship level
22 /** @brief Parse the version components into a struct
23 * @details User passes a version string in regex format (REGEX_BMC_MSL)
27 * @param[in] versionStr - The version string to be parsed
28 * @param[out] version - The version struct to be populated
30 void parse(const std::string& versionStr, Version& version);
33 * @param[in] a - The first version to compare
34 * @param[in] b - The second version to compare
39 int compare(const Version& a, const Version& b);
46 /** @brief Get the minimum version
47 * @return[out] msl - Minimum version string