ControllerHandlerInterface Class Referenceabstract

#include <armarx/view_selection/gaze_scheduler/ControllerHandlerInterface.h>

+ Inheritance diagram for ControllerHandlerInterface:

Public Member Functions

virtual void activateController ()=0
 
virtual void createController ()=0
 
virtual void updateControllerTarget (const gaze_targets::GazeTarget &gazeTarget, std::int64_t targetId)=0
 
virtual ~ControllerHandlerInterface ()=default
 

Detailed Description

Definition at line 10 of file ControllerHandlerInterface.h.

Constructor & Destructor Documentation

◆ ~ControllerHandlerInterface()

virtual ~ControllerHandlerInterface ( )
virtualdefault

Member Function Documentation

◆ activateController()

virtual void activateController ( )
pure virtual

◆ createController()

virtual void createController ( )
pure virtual

◆ updateControllerTarget()

virtual void updateControllerTarget ( const gaze_targets::GazeTarget & gazeTarget,
std::int64_t targetId )
pure virtual
Parameters
targetIdIdentifies this control target; the controller echoes it back in its status reports so a stale residual cannot be misattributed.

Implemented in ControllerHandler< ControllerT >.


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