|
SBB Host
Host communication with the self balancing bike.
|
This is the complete list of members for HostPort, including all inherited members.
| _baud | HostPort | private |
| _header | HostPort | private |
| _isFirstRead | HostPort | private |
| _port | HostPort | private |
| _terminator | HostPort | private |
| _timeout | HostPort | private |
| _tx_buf | HostPort | private |
| begin(unsigned int port, unsigned int baud) | HostPort | |
| begin(unsigned int port, unsigned int baud, unsigned int header, unsigned int terminator) | HostPort | |
| begin(unsigned int port, unsigned int baud, unsigned int header, unsigned int terminator, unsigned int timeout) | HostPort | |
| close(void) | HostPort | |
| getBaud(void) | HostPort | |
| getHeader(void) | HostPort | |
| getPort(void) | HostPort | |
| getTerminator(void) | HostPort | |
| HEADER | HostPort | static |
| HostPort() | HostPort | |
| init(unsigned int port, unsigned int baud, unsigned int timeout) | HostPort | private |
| isInit(void) | HostPort | |
| MASK | HostPort | privatestatic |
| operator bool() | HostPort | inline |
| read(unsigned char *packetPtr, unsigned int size) | HostPort | |
| restart(void) | HostPort | |
| serial | HostPort | private |
| setBaud(unsigned int baud) | HostPort | |
| setHeader(unsigned int header) | HostPort | |
| setPort(unsigned int port) | HostPort | |
| setTerminator(unsigned int terminator) | HostPort | |
| TERMINATOR | HostPort | static |
| TIMEOUT | HostPort | static |
| write(unsigned char *packetPtr, unsigned int size) | HostPort | |
| ~HostPort() | HostPort |