CLAM::MIDIInControl Class Reference

#include <MIDIInControl.hxx>

Inheritance diagram for CLAM::MIDIInControl:

CLAM::MIDIIn CLAM::Processing

List of all members.


Detailed Description

Definition at line 31 of file MIDIInControl.hxx.


Public Member Functions

 MIDIInControl ()
 MIDIInControl (const MIDIIOConfig &c)
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool ConcreteConfigure (const ProcessingConfig &c) throw (ErrProcessingObj)
 Configuration method interface.

Constructor & Destructor Documentation

CLAM::MIDIInControl::MIDIInControl (  ) 

Definition at line 41 of file MIDIInControl.cxx.

References CLAM::Processing::Configure(), and CLAM::MIDIIn::mpDevice.

CLAM::MIDIInControl::MIDIInControl ( const MIDIIOConfig c  ) 

Definition at line 49 of file MIDIInControl.cxx.

References CLAM::Processing::Configure(), and CLAM::MIDIIn::mpDevice.


Member Function Documentation

const char* CLAM::MIDIInControl::GetClassName (  )  const [inline, virtual]

Override it in every subclass and retur the name of that class.

Reimplemented from CLAM::MIDIIn.

Definition at line 44 of file MIDIInControl.hxx.

bool CLAM::MIDIInControl::ConcreteConfigure ( const ProcessingConfig c  )  throw (ErrProcessingObj) [virtual]

Configuration method interface.

The Processing base class forces all the concrete classes derived from it to implement this method, which must actually perform the specific configuration tasks. Note that the user can not call this method directly. He will use Configure instead. The argument is expected to be an object of the necesary concrete configuration class.

Returns:
true if the object has been configured correctly
Parameters:
The related ProcessingConfig object
Exceptions:
ErrProcessingObj when there is an error on device adquisition

Unregistering a possible device already associated with this MIDIOut object

Getting the MIDIManager object

Registering the MIDIIn object through the MIDIManager object

Reimplemented from CLAM::MIDIIn.

Definition at line 58 of file MIDIInControl.cxx.

References CLAM::MIDIIn::ConcreteConfigure(), CLAM::MIDI::ePitchbend, CLAM::MIDI::eSystem, CLAM::MIDI::GetMessageInfo(), and CLAM::MIDIIn::mConfig.


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

Generated on Tue Aug 12 22:33:49 2008 for CLAM by  doxygen 1.5.5