ChibiOS/HAL
6.1.0
|
Base channel class. More...
#include <hal_channels.h>
Data Fields | |
const struct BaseChannelVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseSequentialStream | |
const struct BaseSequentialStreamVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseObject | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. More... | |
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.
const struct BaseChannelVMT* BaseChannel::vmt |
Virtual Methods Table.
Definition at line 92 of file hal_channels.h.