ChibiOS/HAL
6.1.0
|
Base stream class. More...
#include <hal_sensors.h>
Data Fields | |
const struct BaseSensorVMT * | 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 84 of file hal_sensors.h.
const struct BaseSensorVMT* BaseSensor::vmt |
Virtual Methods Table.
Definition at line 86 of file hal_sensors.h.