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


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