ifw-ccf 5.0.2
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ifw::ccf::Base Class Reference

Class to be used as parent all CCF classes. More...

#include <base.hpp>

Inheritance diagram for ifw::ccf::Base:
ifw::ccf::common::ComAdptBase ifw::ccf::common::Config ifw::ccf::common::DataFrame ifw::ccf::common::DcsClient ifw::ccf::common::ExecAdptBase ifw::ccf::common::FrameQueue ifw::ccf::common::MonAdptBase ifw::ccf::common::NameMapping ifw::ccf::common::PubBase ifw::ccf::common::PublisherStatus ifw::ccf::common::RecipeBase ifw::ccf::common::Setup ifw::ccf::control::ProcThread ifw::ccf::control::PubThread

Public Member Functions

 Base ()
 
 ~Base ()
 
const std::string & GetClassName () const
 Return the allocated name of the class.
 

Static Public Member Functions

static ifw::ccf::mptk::ManagerMptk ()
 Return reference to internal MPTK instance (singleton).
 

Protected Member Functions

void SetClassName (const std::string &class_name)
 Set the name of the class in question.
 

Detailed Description

Class to be used as parent all CCF classes.

Constructor & Destructor Documentation

◆ Base()

ifw::ccf::Base::Base ( )

◆ ~Base()

ifw::ccf::Base::~Base ( )

Member Function Documentation

◆ GetClassName()

const std::string & ifw::ccf::Base::GetClassName ( ) const

Return the allocated name of the class.

◆ Mptk()

static ifw::ccf::mptk::Manager & ifw::ccf::Base::Mptk ( )
inlinestatic

Return reference to internal MPTK instance (singleton).

◆ SetClassName()

void ifw::ccf::Base::SetClassName ( const std::string & class_name)
protected

Set the name of the class in question.


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