mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Added set options function for sockets
This commit is contained in:
@@ -20,6 +20,8 @@ protected:
|
||||
{
|
||||
return ::bind(socket_fd, address, address_len) == 0;
|
||||
}
|
||||
virtual void setOptions(int socket_fd);
|
||||
|
||||
|
||||
public:
|
||||
URServer(int port);
|
||||
|
||||
Reference in New Issue
Block a user