The NodeFactory interface is used by the class loader to instantiate components.
More...
#include <node_factory.hpp>
The NodeFactory interface is used by the class loader to instantiate components.
The NodeFactory interface serves two purposes:
- It allows for classes not derived from
rclcpp::Node
to be used as components.
- It allows derived constructors to be called when components are loaded.
◆ NodeFactory()
rclcpp_components::NodeFactory::NodeFactory |
( |
| ) |
|
|
default |
◆ ~NodeFactory()
virtual rclcpp_components::NodeFactory::~NodeFactory |
( |
| ) |
|
|
virtualdefault |
◆ create_node_instance()
The documentation for this class was generated from the following file: