CLAM-Development  1.1
Public Member Functions
CLAM::InControlPublisher Class Reference

#include <InControlPublisher.hxx>

List of all members.

Public Member Functions

 InControlPublisher ()
 InControlPublisher (const std::string &name, Processing *father)
void PublishInControl (InControl &in)
int DoControl (TControlData val)
 Stores the incoming control value.
const TControlDataGetLastValue () const
 Returns the last TControlData (float) received event.

Detailed Description

Definition at line 12 of file InControlPublisher.hxx.


Constructor & Destructor Documentation

Definition at line 17 of file InControlPublisher.hxx.

References NULL.

CLAM::InControlPublisher::InControlPublisher ( const std::string &  name,
Processing father 
) [inline]

Definition at line 23 of file InControlPublisher.hxx.

References NULL.


Member Function Documentation

Stores the incoming control value.

It can be retrieved using GetLastValue

Reimplemented from CLAM::InControl.

Definition at line 33 of file InControlPublisher.hxx.

References CLAM::InControl::DoControl().

Referenced by CLAM::SegmentTransformation::ConcreteConfigure(), and CLAM::SegmentTransformation::UpdateControlValueFromBPF().

Returns the last TControlData (float) received event.

Reimplemented from CLAM::InControl.

Definition at line 40 of file InControlPublisher.hxx.

References CLAM::InControl::GetLastValue(), and CLAM::InControl::mLastValue.

Definition at line 29 of file InControlPublisher.hxx.


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