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