|
ChibiOS 21.11.4
|
Base stream class. More...
#include <hal_streams.h>


Data Fields | |
| const struct BaseSequentialStreamVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base stream class.
This class represents a generic blocking unbuffered sequential data stream.
Definition at line 90 of file hal_streams.h.
| const struct BaseSequentialStreamVMT* BaseSequentialStream::vmt |
Virtual Methods Table.
Definition at line 92 of file hal_streams.h.