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

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

#include <base.hpp>

Inheritance diagram for ccf::Base:
ccf::common::ComAdptBase ccf::common::Config ccf::common::DataFrame ccf::common::DcsClient ccf::common::ExecAdptBase ccf::common::FrameQueue ccf::common::MonAdptBase ccf::common::NameMapping ccf::common::PubBase ccf::common::PublisherStatus ccf::common::RecipeBase ccf::common::Setup ccf::control::ProcThread 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 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()

ccf::Base::Base ( )

◆ ~Base()

ccf::Base::~Base ( )

Member Function Documentation

◆ GetClassName()

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

Return the allocated name of the class.

◆ Mptk()

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

Return reference to internal MPTK instance (singleton).

◆ SetClassName()

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