CORESENSE4home_Architecture
Loading...
Searching...
No Matches
Meta Class Reference

Provides a meta-component for managing additional lifecycle functions within a robotic system, associating with a parent lifecycle node. More...

#include <Meta.hpp>

Inheritance diagram for Meta:
Collaboration diagram for Meta:

Public Member Functions

bool configure ()
 Configures the Meta component.
 
 Meta (rclcpp_lifecycle::LifecycleNode::SharedPtr parent)
 Constructs a Meta object associated with a parent lifecycle node.
 

Protected Attributes

rclcpp_lifecycle::LifecycleNode::SharedPtr parent_
 < Shared pointer to the parent lifecycle node.
 

Detailed Description

Provides a meta-component for managing additional lifecycle functions within a robotic system, associating with a parent lifecycle node.

Constructor & Destructor Documentation

◆ Meta()

Meta ( rclcpp_lifecycle::LifecycleNode::SharedPtr parent)
explicit

Constructs a Meta object associated with a parent lifecycle node.

Constructs a Meta object and assigns the parent lifecycle node.

Parameters
parentShared pointer to the lifecycle node managing this Meta instance.

Member Function Documentation

◆ configure()

bool configure ( )

Configures the Meta component.

Returns
True if configuration is successful.

Member Data Documentation

◆ parent_

rclcpp_lifecycle::LifecycleNode::SharedPtr parent_
protected

< Shared pointer to the parent lifecycle node.


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