Stores information about the signal path. More...

#include <SignalPath.h>

Inheritance diagram for dsp::SignalPath:
dsp::dspExtension Reference::Able Reference::HeapTracked

Public Types

typedef std::vector< Reference::To< Operation, false > > List
 

Public Member Functions

 SignalPath (const List &list)
 Default constructor.
 
 SignalPath (const std::vector< Reference::To< Operation > > &)
 Alternative constructor.
 
dspExtensionclone () const
 Clone operator.
 
void combine (const SignalPath *)
 Combine information from another signal path.
 
void reset ()
 Reset all of the components in the signal path.
 
void set_list (const List &)
 Set the list of operations.
 
const List * get_list () const
 Get the list of operations.
 
void add (Operation *)
 Add a component to the list of operations.
 
- Public Member Functions inherited from dsp::dspExtension
 dspExtension (const std::string &name)
 Constructor.
 
std::string get_name () const
 Delete this if dspExtension inherits from Printable.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Protected Attributes

List list
 The operations in the signal path.
 

Additional Inherited Members

- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Stores information about the signal path.


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

Generated using doxygen 1.8.17