ChibiOS/HAL
6.1.0
|
Base asynchronous channel class. More...
#include <hal_channels.h>
Data Fields | |
const struct BaseAsynchronousChannelVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseChannel | |
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 asynchronous channel class.
This class extends BaseChannel
by adding event sources fields for asynchronous I/O for use in an event-driven environment.
Definition at line 274 of file hal_channels.h.
const struct BaseAsynchronousChannelVMT* BaseAsynchronousChannel::vmt |
Virtual Methods Table.
Definition at line 276 of file hal_channels.h.