Reader::HumanResult Struct Reference

#include <armarx/navigation/memory/client/human/Reader.h>

Public Types

enum  Status { Success, NoData, Error }
 

Public Member Functions

 operator bool () const noexcept
 

Public Attributes

std::string errorMessage = ""
 
armarx::navigation::human::Humans humans
 
enum armarx::navigation::memory::client::human::Reader::HumanResult::Status status
 

Detailed Description

Definition at line 49 of file Reader.h.

Member Enumeration Documentation

◆ Status

enum Status
Enumerator
Success 
NoData 
Error 

Definition at line 53 of file Reader.h.

Member Function Documentation

◆ operator bool()

operator bool ( ) const
inlinenoexcept

Definition at line 62 of file Reader.h.

Member Data Documentation

◆ errorMessage

std::string errorMessage = ""

Definition at line 60 of file Reader.h.

◆ humans

Definition at line 51 of file Reader.h.

◆ status


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