Jack2  1.9.9
Public Member Functions | List of all members
Jack::JackRunnableInterface Class Referenceabstract

The base class for runnable objects, that have an Init and Execute method to be called in a thread. More...

#include <JackThread.h>

Inheritance diagram for Jack::JackRunnableInterface:
Jack::JackAlsaAdapter Jack::JackALSARawMidiDriver Jack::JackClient Jack::JackClientPipeThread Jack::JackCoreMidiDriver Jack::JackCoreMidiOutputPort Jack::JackMessageBuffer Jack::JackNetAdapter Jack::JackNetExtSlave Jack::JackOSSAdapter Jack::JackSocketClientChannel Jack::JackSocketServerChannel Jack::JackThreadedDriver Jack::JackWinMMEOutputPort Jack::JackWinNamedPipeClientChannel Jack::JackWinNamedPipeServerChannel

Public Member Functions

virtual bool Init ()
 
virtual bool Execute ()=0
 

Detailed Description

The base class for runnable objects, that have an Init and Execute method to be called in a thread.

Definition at line 34 of file JackThread.h.

Member Function Documentation

virtual bool Jack::JackRunnableInterface::Init ( )
inlinevirtual

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