ChibiOS/HAL
6.1.0
|
Base stream class. More...
#include <hal_objects.h>
Data Fields | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. More... | |
Base stream class.
This class represents a generic blocking unbuffered sequential data stream.
Definition at line 63 of file hal_objects.h.
const struct BaseObjectVMT* BaseObject::vmt |
Virtual Methods Table.
Definition at line 65 of file hal_objects.h.