Pigweed
 
Loading...
Searching...
No Matches
pw::channel::ChannelImpl< kDataType, kProperties > Class Template Reference

#include <channel.h>

Detailed Description

template<DataType kDataType, Property... kProperties>
class pw::channel::ChannelImpl< kDataType, kProperties >

Extend ChannelImpl to implement a channel with the specified properties. Unavailable methods on the channel will be stubbed out.

Alternately, inherit from pw::channel::Implement with a channel reader/writer alias as the template parameter.

A ChannelImpl has a corresponding Channel type (ChannelImpl<>::Channel). Call the channel() method to convert the ChannelImpl to its corresponding Channel.


The documentation for this class was generated from the following file: