| 
    iCub-main
    
   | 
 
#include <ethSender.h>
 Inheritance diagram for eth::EthSender:Public Types | |
| enum | {  EthSenderDefaultRate = 1 , EthSenderMaxRate = 20 }  | 
Public Member Functions | |
| EthSender (int txrate) | |
| ~EthSender () | |
| bool | config (ACE_SOCK_Dgram *pSocket, TheEthManager *_ethManager) | 
| bool | threadInit () | 
Definition at line 45 of file ethSender.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| EthSenderDefaultRate | |
| EthSenderMaxRate | |
Definition at line 62 of file ethSender.h.
| EthSender::EthSender | ( | int | txrate | ) | 
Definition at line 62 of file ethSender.cpp.
| EthSender::~EthSender | ( | ) | 
Definition at line 78 of file ethSender.cpp.
| bool EthSender::config | ( | ACE_SOCK_Dgram * | pSocket, | 
| TheEthManager * | _ethManager | ||
| ) | 
Definition at line 83 of file ethSender.cpp.
| bool EthSender::threadInit | ( | ) | 
Definition at line 92 of file ethSender.cpp.