|
|
#include <VisionX/libraries/armem_human/client/HumanRobotInteractionReader.h>
Public Types | |
| enum class | Status { Success , NoData , Error } |
Public Member Functions | |
| operator bool () const noexcept | |
Public Attributes | |
| std::string | errorMessage = "" |
| std::vector< HumanRobotInteraction > | interactions {} |
| enum armarx::armem::human::client::InteractionReader::Result::Status | status |
Definition at line 48 of file HumanRobotInteractionReader.h.
|
strong |
| Enumerator | |
|---|---|
| Success | |
| NoData | |
| Error | |
Definition at line 52 of file HumanRobotInteractionReader.h.
|
inlinenoexcept |
Definition at line 61 of file HumanRobotInteractionReader.h.
| std::string errorMessage = "" |
Definition at line 59 of file HumanRobotInteractionReader.h.
| std::vector<HumanRobotInteraction> interactions {} |
Definition at line 50 of file HumanRobotInteractionReader.h.