|
| enum class | package_type : uint8_t {
k_unspecified
, k_archive
, k_ml_model
, k_module
,
k_slam_map
, k_ml_training
} |
| |
| enum class | package_state : uint8_t {
k_unspecified
, k_downloading
, k_loading
, k_first_run
,
k_ready
, k_failed
} |
| |
|
|
std::string | name |
| |
|
package_type | type |
| |
|
package_state | state |
| |
|
std::string | error |
| |
|
boost::optional< time_pt > | last_updated |
| |
|
std::string | version |
| |
|
std::uint64_t | bytes_downloaded |
| |
|
std::uint64_t | total_bytes |
| |
The documentation for this struct was generated from the following file: