TargetStatus.h File Reference
#include <SimoxUtility/meta/enum/EnumNames.hpp>
+ Include dependency graph for TargetStatus.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::view_selection
 
namespace  armarx::view_selection::gaze_targets
 

Enumerations

enum class  TargetStatus {
  Requested , Scheduled , Reached , Preempted ,
  Released , Aborted
}
 The lifecycle state of a gaze target, as observed by the gaze scheduler. More...
 

Functions

bool isTerminal (const TargetStatus status)
 Whether the status is terminal, i.e. the target has left the scheduler's queue for good.
 

Variables

const simox::meta::EnumNames< TargetStatusTargetStatusNames