Public Member Functions | Private Member Functions | Private Attributes | List of all members
ModeRunner Class Reference

#include <modeRunner.h>

Public Member Functions

void join ()
 
 ModeRunner ()
 
void start (Mode *mode)
 
void stop ()
 
virtual ~ModeRunner ()
 

Private Member Functions

void run ()
 

Private Attributes

boost::signals2::signal< void(color::rgba color)> m_sigFinished
 
boost::shared_ptr< boost::thread > m_thread_ptr
 

Detailed Description

Definition at line 21 of file modeRunner.h.

Constructor & Destructor Documentation

◆ ModeRunner()

ModeRunner::ModeRunner ( )

◆ ~ModeRunner()

virtual ModeRunner::~ModeRunner ( )
virtual

Member Function Documentation

◆ join()

void ModeRunner::join ( )

◆ run()

void ModeRunner::run ( )
private

◆ start()

void ModeRunner::start ( Mode mode)

◆ stop()

void ModeRunner::stop ( )

Member Data Documentation

◆ m_sigFinished

boost::signals2::signal<void (color::rgba color)> ModeRunner::m_sigFinished
private

Definition at line 36 of file modeRunner.h.

◆ m_thread_ptr

boost::shared_ptr<boost::thread> ModeRunner::m_thread_ptr
private

Definition at line 34 of file modeRunner.h.


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


cob_light
Author(s): Benjamin Maidel
autogenerated on Thu Nov 17 2022 03:17:28