Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_channel
  5. pw::channel::Implement< ChannelType > Class Template Reference
Loading...
Searching...
No Matches
pw::channel::Implement< ChannelType > Class Template Reference

Overview

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:554

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