Template Class NodeInterfaces

Inheritance Relationships

Base Types

Class Documentation

template<typename ...InterfaceTs>
class NodeInterfaces : public rclcpp::node_interfaces::detail::NodeInterfacesSupportCheck<detail::NodeInterfacesStorage<InterfaceTs...>, InterfaceTs...>, public rclcpp::node_interfaces::detail::NodeInterfacesSupports<detail::NodeInterfacesStorage<InterfaceTs...>, InterfaceTs...>

A helper class for aggregating node interfaces.