|
CORESENSE4home_Architecture
|
A Meta component that provides default configurations for meta-level operations. More...


Public Member Functions | |
| bool | configure () |
| Configures the DefaultMeta component. | |
| DefaultMeta (rclcpp_lifecycle::LifecycleNode::SharedPtr parent) | |
| Constructs a DefaultMeta object and initializes the parent lifecycle node. | |
Public Member Functions inherited from Meta | |
| bool | configure () |
| Configures the Meta component. | |
| Meta (rclcpp_lifecycle::LifecycleNode::SharedPtr parent) | |
| Constructs a Meta object associated with a parent lifecycle node. | |
Additional Inherited Members | |
Protected Attributes inherited from Meta | |
| rclcpp_lifecycle::LifecycleNode::SharedPtr | parent_ |
| < Shared pointer to the parent lifecycle node. | |
A Meta component that provides default configurations for meta-level operations.
This class extends the Meta component, initializing with a basic configuration. It is intended for meta-level tasks that require minimal setup.
|
explicit |
Constructs a DefaultMeta object and initializes the parent lifecycle node.
| parent | Shared pointer to the lifecycle node managing this DefaultMeta instance. |
| bool configure | ( | ) |
Configures the DefaultMeta component.
Logs the configuration step and prepares the component for operation.