|
Byggern
|
This is the complete list of members for Socket, including all inherited members.
| CalculateLength(uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty) | Stream | protectedvirtual |
| can (defined in Socket) | Socket | |
| CheckInputOverflowFlag() | Stream | virtual |
| CheckOutputOverflowFlag() | Stream | virtual |
| event_input_buffer_not_empty (defined in Stream) | Stream | protected |
| event_output_buffer_not_empty (defined in Stream) | Stream | protected |
| FlushInputBuffer() | Stream | virtual |
| FlushOutputBuffer() | Stream | virtual |
| FlushStream(uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty) | Stream | protectedvirtual |
| GetAvailableReadBytes() | Stream | virtual |
| GetAvailableWriteBytes() | Stream | virtual |
| GetInputBufferLength() | Stream | virtual |
| GetInstance(uint8_t id=0) | Socket | inlinestatic |
| GetOutputBufferLength() | Stream | virtual |
| HandleDataFromLowerLevel(CanMessage &message) | Socket | inlinestatic |
| id | Socket | private |
| Initialize(CAN *can) | Socket | inline |
| input_buffer | Stream | protected |
| input_buffer_empty | Stream | protected |
| input_buffer_overflowed | Stream | protected |
| input_buffer_size | Stream | protected |
| input_buffer_start_index | Stream | protected |
| input_buffer_stop_index | Stream | protected |
| output_buffer | Stream | protected |
| output_buffer_empty | Stream | protected |
| output_buffer_overflowed | Stream | protected |
| output_buffer_size | Stream | protected |
| output_buffer_start_index | Stream | protected |
| output_buffer_stop_index | Stream | protected |
| Read(uint8_t *string, uint16_t size) | Stream | virtual |
| ReadByte(uint8_t &byte) | Stream | virtual |
| ReadByteFromBuffer(uint8_t &byte, uint8_t *buffer, uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty) | Stream | protectedvirtual |
| ReadByteFromOutputStream(uint8_t &byte) | Stream | protectedvirtual |
| ReadFromBuffer(uint8_t *buffer, uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty, uint8_t *string, uint16_t &string_size) | Stream | protectedvirtual |
| ReadFromOutputStream(uint8_t *string, uint16_t size) | Stream | protectedvirtual |
| Socket(const Socket &)=delete | Socket | |
| Socket(uint8_t id) | Socket | inline |
| Stream(uint16_t input_stream_size, uint16_t output_stream_size) | Stream | |
| Write(uint8_t *string, uint16_t size) | Socket | virtual |
| WriteByte(uint8_t byte) | Socket | virtual |
| WriteByteToBuffer(uint8_t *buffer, uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty, bool &overflow_flag, uint8_t &byte, void(*cb)(Stream *stream)) | Stream | protectedvirtual |
| WriteByteToInputStream(uint8_t &byte) | Stream | protectedvirtual |
| WriteToBuffer(uint8_t *buffer, uint16_t &start_index, uint16_t &stop_index, uint16_t &buffer_size, bool &empty, bool &overflow_flag, uint8_t *string, uint16_t &string_size, void(*cb)(Stream *stream)) | Stream | protectedvirtual |
| WriteToInputStream(uint8_t *string, uint16_t size) | Stream | protectedvirtual |