ChibiOS/HAL  6.1.0

Base stream class. More...

#include <hal_sensors.h>

Inheritance diagram for BaseSensor:
Inheritance graph
Collaboration diagram for BaseSensor:
Collaboration graph

Data Fields

const struct BaseSensorVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Base stream class.

This class represents a generic blocking unbuffered sequential data stream.

Definition at line 84 of file hal_sensors.h.

Field Documentation

const struct BaseSensorVMT* BaseSensor::vmt

Virtual Methods Table.

Definition at line 86 of file hal_sensors.h.