Pigweed
 
Loading...
Searching...
No Matches
pw::channel::Implement< ChannelType > Class Template Reference

Detailed Description

template<typename ChannelType>
class pw::channel::Implement< ChannelType >

Implement the specified Channel type. This is intended for use with the reader/writer aliases:

class MyChannel : public pw::channel::Implement<pw::channel::ByteReader> {};
Definition: channel.h:583

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