| 
    iCub-main
    
   | 
 
#include <EthBoard.h>
Public Member Functions | |
| EthBoard (boardInfo2_t &info2, eOipv4addr_t ipv4) | |
| ~EthBoard () | |
| void | setSelected (bool selected) | 
| bool | isSelected () | 
| void | setIPV4 (eOipv4addr_t ipv4) | 
| eOipv4addr_t | getIPV4 () | 
| string | getIPV4string () | 
| boardInfo2_t & | getInfo () | 
| void | setInfo (boardInfo2_t &info2) | 
| bool | isInMaintenance () | 
| bool | isInApplication () | 
| void | setMoreInfo (string &moreinfo) | 
| const string | getMoreInfo (void) | 
| string | getInfoOnEEPROM (void) | 
| string | getVersionfRunning (void) | 
| string | getDatefRunning (void) | 
| string | getCompilationDateOfRunning (void) | 
Public Attributes | |
| boardInfo2_t | _info2 | 
| eOipv4addr_t | _ipv4 | 
| string | _ipv4string | 
| bool | _selected | 
Definition at line 77 of file EthBoard.h.
| EthBoard::EthBoard | ( | boardInfo2_t & | info2, | 
| eOipv4addr_t | ipv4 | ||
| ) | 
Definition at line 26 of file EthBoard.cpp.
| EthBoard::~EthBoard | ( | ) | 
Definition at line 37 of file EthBoard.cpp.
| string EthBoard::getCompilationDateOfRunning | ( | void | ) | 
Definition at line 150 of file EthBoard.cpp.
| string EthBoard::getDatefRunning | ( | void | ) | 
Definition at line 133 of file EthBoard.cpp.
| boardInfo2_t & EthBoard::getInfo | ( | ) | 
Definition at line 70 of file EthBoard.cpp.
| string EthBoard::getInfoOnEEPROM | ( | void | ) | 
Definition at line 100 of file EthBoard.cpp.
| eOipv4addr_t EthBoard::getIPV4 | ( | ) | 
Definition at line 60 of file EthBoard.cpp.
| string EthBoard::getIPV4string | ( | ) | 
Definition at line 65 of file EthBoard.cpp.
| const string EthBoard::getMoreInfo | ( | void | ) | 
Definition at line 95 of file EthBoard.cpp.
| string EthBoard::getVersionfRunning | ( | void | ) | 
Definition at line 107 of file EthBoard.cpp.
| bool EthBoard::isInApplication | ( | ) | 
Definition at line 85 of file EthBoard.cpp.
| bool EthBoard::isInMaintenance | ( | ) | 
Definition at line 80 of file EthBoard.cpp.
| bool EthBoard::isSelected | ( | ) | 
Definition at line 47 of file EthBoard.cpp.
| void EthBoard::setInfo | ( | boardInfo2_t & | info2 | ) | 
Definition at line 75 of file EthBoard.cpp.
| void EthBoard::setIPV4 | ( | eOipv4addr_t | ipv4 | ) | 
Definition at line 52 of file EthBoard.cpp.
| void EthBoard::setMoreInfo | ( | string & | moreinfo | ) | 
Definition at line 90 of file EthBoard.cpp.
| void EthBoard::setSelected | ( | bool | selected | ) | 
Definition at line 42 of file EthBoard.cpp.
| boardInfo2_t EthBoard::_info2 | 
Definition at line 82 of file EthBoard.h.
| eOipv4addr_t EthBoard::_ipv4 | 
Definition at line 83 of file EthBoard.h.
| string EthBoard::_ipv4string | 
Definition at line 84 of file EthBoard.h.
| bool EthBoard::_selected | 
Definition at line 85 of file EthBoard.h.