Viam C++ SDK current
Loading...
Searching...
No Matches
Public Types | Public Attributes | Friends | List of all members
viam::sdk::RobotClient::package_status Struct Reference

Public Types

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
}
 

Public Attributes

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
 

Friends

bool operator== (const package_status &lhs, const package_status &rhs)
 

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