Skip to content

Class ILLIXR::semantic_python

ClassList > ILLIXR > semantic_python

  • #include <plugin.hpp>

Inherits the following classes: ILLIXR::plugin

Public Functions

Type Name
semantic_python (const std::string & name, phonebook * pb)
virtual void start () override
A method which Spindle calls when it starts the component.
~semantic_python () override

Public Functions inherited from ILLIXR::plugin

See ILLIXR::plugin

Type Name
std::string get_name () noexcept const
plugin (std::string name, phonebook * pb)
void spd_add_file_sink (const std::string & file_name, const std::string & extension, const std::string & log_level)
auto spdlogger (const char * log_level)
virtual void start ()
A method which Spindle calls when it starts the component.
virtual void stop ()
A method which Spindle calls when it stops the component.
virtual ~plugin () = default

Protected Attributes inherited from ILLIXR::plugin

See ILLIXR::plugin

Type Name
const std::size_t id_
std::string name_
const phonebook * phonebook_
std::shared_ptr< spdlog::logger > plugin_logger_
const std::shared_ptr< record_logger > record_logger_

Public Functions Documentation

function semantic_python

explicit ILLIXR::semantic_python::semantic_python (
    const std::string & name,
    phonebook * pb
) 

function start

A method which Spindle calls when it starts the component.

virtual void ILLIXR::semantic_python::start () override

This is necessary because a constructor can't call derived virtual methods (due to structure of C++). See threadloop for an example of this use-case.

Implements ILLIXR::plugin::start


function ~semantic_python

ILLIXR::semantic_python::~semantic_python () override


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/plugins/semantic_python/plugin.hpp