Viam C++ SDK current
|
Describes a plan, its current status, and all status changes that have occurred previously on that plan. More...
#include <motion.hpp>
Public Attributes | |
struct plan | plan |
The plan. | |
plan_status | status |
The current status of the plan. | |
std::vector< plan_status > | status_history |
The prior status changes that have happened during plan execution. | |
Friends | |
bool | operator== (const plan_with_status &lhs, const plan_with_status &rhs) |
Describes a plan, its current status, and all status changes that have occurred previously on that plan.