![]() |
Bare Metal Programming Tool Kit
|
interface for a polled input/output channel More...
#include <channels.h>
Additional Inherited Members | |
Public Member Functions inherited from bmptk::output_channel_polled< t > | |
| virtual bool | put_will_not_block ()=0 |
| check whether a put() call will not block | |
| virtual void | put (t)=0 |
| put one data item | |
Private Member Functions inherited from bmptk::input_channel_polled< t > | |
| virtual bool | get_will_not_block ()=0 |
| check whether a get() call will not block | |
| virtual t | get ()=0 |
| get one data item | |
interface for a polled input/output channel
Definition at line 71 of file channels.h.
1.8.2