C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
ComSource Struct Reference

Source - read end of simplex channel. More...

Data Fields

const struct ComSourceVMTvtable
 

Detailed Description

Source - read end of simplex channel.

Source serves the purpose of unidirectional source of data. It can be read, but can't be written. User of source can either try to poll the source, or let source implementation know instance of COM_NOTIFICATION macro and be notified, once there is something available to be read from source.

Field Documentation

◆ vtable

const struct ComSourceVMT* ComSource::vtable