A component with its version. More...
#include <creos/messages/system_info.hpp>
Public Types | |
enum | Type { kUnknown , kOs , kContainer } |
Public Member Functions | |
auto | operator<=> (const ComponentVersion &) const =default |
Public Attributes | |
std::string | name |
The name of the component. | |
std::string | version |
The version of the component. | |
Type | type = kUnknown |
The type of the component. | |
A component with its version.