ChibiOS/HAL  7.0.4

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. More...
 
- Data Fields inherited from BaseSequentialStream
const struct BaseSequentialStreamVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

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

const struct BaseChannelVMT* BaseChannel::vmt

Virtual Methods Table.

Definition at line 92 of file hal_channels.h.