EventSubscriptionInterface.h File Reference
+ Include dependency graph for EventSubscriptionInterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventSubscriptionInterface
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::navigation
 This file is part of ArmarX.
 
 armarx::navigation::client
 This file is part of ArmarX.
 

Typedefs

using GlobalPlanningFailedCallback = std::function< void(const core::GlobalPlanningFailedEvent &)>
 
using GlobalTrajectoryUpdatedCallback = std::function< void(const global_planning::GlobalPlannerResult &)>
 
using LocalPlanningFailedCallback = std::function< void(const core::LocalPlanningFailedEvent &)>
 
using LocalTrajectoryUpdatedCallback = std::function< void(const local_planning::LocalPlannerResult &)>
 
using OnGoalReachedCallback = std::function< void(const core::GoalReachedEvent &)>
 
using OnInternalErrorCallback = std::function< void(const core::InternalErrorEvent &)>
 
using OnMovementStartedCallback = std::function< void(const core::MovementStartedEvent &)>
 
using OnSafetyStopTriggeredCallback = std::function< void(const core::SafetyStopTriggeredEvent &)>
 
using OnSafetyThrottlingTriggeredCallback = std::function< void(const core::SafetyThrottlingTriggeredEvent &)>
 
using OnUserAbortTriggeredCallback = std::function< void(const core::UserAbortTriggeredEvent &)>
 
using OnWaypointReachedCallback = std::function< void(const core::WaypointReachedEvent &)>
 
using TrajectoryControllerUpdatedCallback = std::function< void(const traj_ctrl::local::TrajectoryControllerResult &)>