GM6000 Digital Heater Controller Branch: main
SDX-1330
Functions
Driver::PicoDisplay::TPipe Namespace Reference

The 'TPipe' namespace implements the composite PicoDisplay driver using a 'TPipe' to communicate with an external executable that provides the actual Display/IO. More...

Detailed Description

The 'TPipe' namespace implements the composite PicoDisplay driver using a 'TPipe' to communicate with an external executable that provides the actual Display/IO.

Functions

void initialize (Cpl::Io::Input &tpipeInStream, Cpl::Io::Output &tpipeOutStream) noexcept
 This method initializes the composite driver and provides the IO streams it uses to communicate with the external executable.
 
Driver::TPipe::Pipetpipe () noexcept
 This method returns a handle to the underly TPipe instance.
 

Function Documentation

◆ initialize()

void Driver::PicoDisplay::TPipe::initialize ( Cpl::Io::Input tpipeInStream,
Cpl::Io::Output tpipeOutStream 
)
noexcept

This method initializes the composite driver and provides the IO streams it uses to communicate with the external executable.

◆ tpipe()

Driver::TPipe::Pipe & Driver::PicoDisplay::TPipe::tpipe ( )
noexcept

This method returns a handle to the underly TPipe instance.