CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
creos_messages::ComponentVersion Struct Reference

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.
 

Detailed Description

A component with its version.

Member Enumeration Documentation

◆ Type

Enumerator
kUnknown 

Unknown type.

kOs 

Operating system.

kContainer 

Container.


The documentation for this struct was generated from the following file: