irioCoreCpp Library Module  2.1.0
irio::TerminalsBase Class Reference

Base class for all terminals. More...

#include <terminalsBase.h>

Inheritance diagram for irio::TerminalsBase:

Public Member Functions

 TerminalsBase (std::shared_ptr< TerminalsBaseImpl > impl)
 Base class used for terminals. More...
 

Protected Attributes

std::shared_ptr< TerminalsBaseImpl > m_impl
 Smart pointer with the terminal implementation.
 

Detailed Description

Base class for all terminals.

Definition at line 21 of file terminalsBase.h.

Constructor & Destructor Documentation

◆ TerminalsBase()

irio::TerminalsBase::TerminalsBase ( std::shared_ptr< TerminalsBaseImpl >  impl)
explicit

Base class used for terminals.

Parameters
implA shared pointer to the actual terminal implementation

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