Inheritance diagram for csp::BufferedOne2AnyChannel< DATA_TYPE >:
Please read the Channels section for more information on the channel, or read the Channel Buffers section for more information on the various buffering strategies.
Public Member Functions | |
Chanin< DATA_TYPE > | reader () |
Gets the reading end of the channel. | |
Chanout< DATA_TYPE > | writer () |
Gets the writing end of the channel. |
Chanin<DATA_TYPE> csp::BufferedOne2AnyChannel< DATA_TYPE >::reader | ( | ) |
Gets the reading end of the channel.
Chanout<DATA_TYPE> csp::BufferedOne2AnyChannel< DATA_TYPE >::writer | ( | ) |
Gets the writing end of the channel.