InteractionReader::Result Struct Reference

#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< HumanRobotInteractioninteractions {}
 
enum armarx::armem::human::client::InteractionReader::Result::Status status
 

Detailed Description

Definition at line 48 of file HumanRobotInteractionReader.h.

Member Enumeration Documentation

◆ Status

enum class Status
strong
Enumerator
Success 
NoData 
Error 

Definition at line 52 of file HumanRobotInteractionReader.h.

Member Function Documentation

◆ operator bool()

operator bool ( ) const
inlinenoexcept

Definition at line 61 of file HumanRobotInteractionReader.h.

Member Data Documentation

◆ errorMessage

std::string errorMessage = ""

Definition at line 59 of file HumanRobotInteractionReader.h.

◆ interactions

std::vector<HumanRobotInteraction> interactions {}

Definition at line 50 of file HumanRobotInteractionReader.h.

◆ status


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