|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
This is the complete list of members for BaseUart, including all inherited members.
| BaseUart(const BaseUart &)=delete | BaseUart | |
| BaseUart(BaseUart &&)=delete | BaseUart | |
| BaseUart(hf_port_num_t port) noexcept | BaseUart | inlineprotected |
| BytesAvailable() noexcept=0 | BaseUart | pure virtual |
| Close() noexcept | BaseUart | inlinevirtual |
| Deinitialize() noexcept=0 | BaseUart | pure virtual |
| diagnostics_ | BaseUart | protected |
| EnsureDeinitialized() noexcept | BaseUart | inline |
| EnsureInitialized() noexcept | BaseUart | inline |
| FlushRx() noexcept=0 | BaseUart | pure virtual |
| FlushTx() noexcept=0 | BaseUart | pure virtual |
| GetDiagnostics(hf_uart_diagnostics_t &diagnostics) const noexcept | BaseUart | inlinevirtual |
| GetPort() const noexcept | BaseUart | inline |
| GetStatistics(hf_uart_statistics_t &statistics) const noexcept | BaseUart | inlinevirtual |
| Initialize() noexcept=0 | BaseUart | pure virtual |
| initialized_ | BaseUart | protected |
| IsInitialized() const noexcept | BaseUart | inline |
| Open() noexcept | BaseUart | inlinevirtual |
| operator=(const BaseUart &)=delete | BaseUart | |
| operator=(BaseUart &&)=delete | BaseUart | |
| port_ | BaseUart | protected |
| Printf(const char *format,...) noexcept=0 | BaseUart | pure virtual |
| Read(hf_u8_t *data, hf_u16_t length, hf_u32_t timeout_ms=0) noexcept=0 | BaseUart | pure virtual |
| ResetDiagnostics() noexcept | BaseUart | inlinevirtual |
| ResetStatistics() noexcept | BaseUart | inlinevirtual |
| statistics_ | BaseUart | protected |
| Write(const hf_u8_t *data, hf_u16_t length, hf_u32_t timeout_ms=0) noexcept=0 | BaseUart | pure virtual |
| WriteByte(hf_u8_t byte) noexcept | BaseUart | inlinevirtual |
| WriteString(const char *str) noexcept | BaseUart | inlinevirtual |
| ~BaseUart() noexcept=default | BaseUart | virtual |