|
SBB Host
Host communication with the self balancing bike.
|
This is the complete list of members for HostPortTCP, including all inherited members.
| _header | HostPortTCP | private |
| _ip | HostPortTCP | private |
| _isFirstRead | HostPortTCP | private |
| _port | HostPortTCP | private |
| _terminator | HostPortTCP | private |
| _timeout | HostPortTCP | private |
| begin(const std::string &ipaddr, unsigned short port) | HostPortTCP | |
| begin(const std::string &ipaddr, unsigned short port, unsigned int header, unsigned int terminator) | HostPortTCP | |
| begin(const std::string &ipaddr, unsigned short port, unsigned int header, unsigned int terminator, unsigned int timeout) | HostPortTCP | |
| client | HostPortTCP | private |
| close(void) | HostPortTCP | |
| flush(void) | HostPortTCP | |
| getHeader(void) | HostPortTCP | |
| getIP(void) | HostPortTCP | |
| getPort(void) | HostPortTCP | |
| getTerminator(void) | HostPortTCP | |
| getTimeout(void) | HostPortTCP | |
| HEADER | HostPortTCP | static |
| HostPortTCP() | HostPortTCP | |
| init(const std::string &ipaddr, unsigned short port, unsigned int timeout) | HostPortTCP | private |
| isInit(void) | HostPortTCP | |
| MASK | HostPortTCP | privatestatic |
| operator bool() | HostPortTCP | inline |
| read(unsigned char *packetPtr, unsigned int size) | HostPortTCP | |
| restart(void) | HostPortTCP | |
| setHeader(unsigned int header) | HostPortTCP | |
| setIP(const std::string &ipaddr) | HostPortTCP | |
| setPort(unsigned short port) | HostPortTCP | |
| setTerminator(unsigned int terminator) | HostPortTCP | |
| setTimeout(unsigned int timeout) | HostPortTCP | |
| sockInit | HostPortTCP | private |
| TERMINATOR | HostPortTCP | static |
| TIMEOUT | HostPortTCP | static |
| write(unsigned char *packetPtr, unsigned int size) | HostPortTCP | |
| ~HostPortTCP() | HostPortTCP |