|
ChibiOS 21.11.4
|
Base asynchronous channel class. More...
#include <hal_channels.h>


Data Fields | |
| const struct BaseAsynchronousChannelVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseChannel | |
| const struct BaseChannelVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseSequentialStream | |
| const struct BaseSequentialStreamVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
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 284 of file hal_channels.h.
| const struct BaseAsynchronousChannelVMT* BaseAsynchronousChannel::vmt |
Virtual Methods Table.
Definition at line 286 of file hal_channels.h.