#include <ControlSubscriptionHandler.h>
Inherits ROS2::IControlSubscriptionHandler.
Public Member Functions | |
| void | Activate (const AZ::Entity *entity, const TopicConfiguration &subscriberConfiguration) override final |
| void | Deactivate () override final |
| Interface handling component deactivation. | |
Public Member Functions inherited from ROS2::IControlSubscriptionHandler | |
Protected Member Functions | |
| AZ::EntityId | GetEntityId () const |
The generic class for handling subscriptions to ROS2 control messages of different types.
|
inlinefinaloverridevirtual |
Interface handling component activation Only activated IComponentActivationHandler will receive and process control messages.
| entity | Activation context for the owning Component - the entity it belongs to. |
| subscriberConfiguration | configuration with topic and qos |
Implements ROS2::IControlSubscriptionHandler.
|
inlinefinaloverridevirtual |
Interface handling component deactivation.
Implements ROS2::IControlSubscriptionHandler.