ChibiOS/HAL 9.0.0

Base channel class. More...

#include <hal_channels.h>

Inheritance diagram for BaseChannel:
Inheritance graph
Collaboration diagram for BaseChannel:
Collaboration graph

Data Fields

const struct BaseChannelVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseSequentialStream
const struct BaseSequentialStreamVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

Base channel class.

This class represents a generic, byte-wide, I/O channel. This class introduces generic I/O primitives with timeout specification.

Definition at line 90 of file hal_channels.h.

Field Documentation

◆ vmt

const struct BaseChannelVMT* BaseChannel::vmt

Virtual Methods Table.

Definition at line 92 of file hal_channels.h.