Robotics Library
0.7.0
|
This is the complete list of members for rl::hal::Socket, including all inherited members.
accept() | rl::hal::Socket | |
address | rl::hal::Socket | private |
bind() | rl::hal::Socket | |
close() | rl::hal::Socket | virtual |
Com() | rl::hal::Com | |
connect() | rl::hal::Socket | |
connected | rl::hal::Com | private |
fd | rl::hal::Socket | protected |
getAddress() const | rl::hal::Socket | |
getOption(const Option &option) const | rl::hal::Socket | |
getProtocol() const | rl::hal::Socket | |
getType() const | rl::hal::Socket | |
isConnected() const | rl::hal::Com | |
listen() | rl::hal::Socket | |
listen(const int &backlog) | rl::hal::Socket | |
open() | rl::hal::Socket | virtual |
Option enum name | rl::hal::Socket | |
OPTION_KEEPALIVE enum value | rl::hal::Socket | |
OPTION_MULTICAST_LOOP enum value | rl::hal::Socket | |
OPTION_MULTICAST_TTL enum value | rl::hal::Socket | |
OPTION_NODELAY enum value | rl::hal::Socket | |
OPTION_QUICKACK enum value | rl::hal::Socket | |
protocol | rl::hal::Socket | private |
recv(void *buf, const ::std::size_t &count) | rl::hal::Socket | |
recvfrom(void *buf, const ::std::size_t &count, Address &address) | rl::hal::Socket | |
select(const bool &read, const bool &write, const ::std::chrono::nanoseconds &timeout) | rl::hal::Socket | |
send(const void *buf, const ::std::size_t &count) | rl::hal::Socket | |
sendto(const void *buf, const ::std::size_t &count, const Address &address) | rl::hal::Socket | |
setAddress(const Address &address) | rl::hal::Socket | |
setConnected(const bool &connected) | rl::hal::Com | protected |
setOption(const Option &option, const int &value) | rl::hal::Socket | |
shutdown(const bool &read=true, const bool &write=true) | rl::hal::Socket | |
Socket(const Socket &socket) | rl::hal::Socket | |
Socket(const int &type, const int &protocol, const Address &address) | rl::hal::Socket | protected |
Socket(const int &type, const int &protocol, const Address &address, const int &fd) | rl::hal::Socket | protected |
Tcp(const Address &address) | rl::hal::Socket | static |
type | rl::hal::Socket | private |
Udp(const Address &address) | rl::hal::Socket | static |
~Com() | rl::hal::Com | virtual |
~Socket() | rl::hal::Socket | virtual |