|
staubli_driver_ros2 main
ROS2 control driver for Staubli robots
|
Factory for creating communication interfaces. More...
#include <socket.hpp>
Public Types | |
| enum class | ProtocolType { UDP , TCP } |
| Communication protocol types. More... | |
Static Public Member Functions | |
| static std::shared_ptr< Socket > | create (ProtocolType type) |
| Create a communication interface. | |
Factory for creating communication interfaces.
|
static |
Create a communication interface.
| type | Type of protocol to use |