|
|
#include <RobotAPI/libraries/armem_task_outcome/client/TaskOutcomeReader.h>
Public Types | |
| enum class | Status { Success , NoData , Error } |
Public Member Functions | |
| operator bool () const noexcept | |
Public Attributes | |
| std::string | errorMessage = "" |
| std::vector< TaskOutcome > | outcomes {} |
| enum armarx::armem::task_outcome::client::TaskOutcomeReader::Result::Status | status |
Definition at line 27 of file TaskOutcomeReader.h.
|
strong |
| Enumerator | |
|---|---|
| Success | |
| NoData | |
| Error | |
Definition at line 31 of file TaskOutcomeReader.h.
|
inlinenoexcept |
Definition at line 40 of file TaskOutcomeReader.h.
| std::string errorMessage = "" |
Definition at line 38 of file TaskOutcomeReader.h.
| std::vector<TaskOutcome> outcomes {} |
Definition at line 29 of file TaskOutcomeReader.h.